Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][MIG] report_xlsx_helper #456

Merged
merged 46 commits into from
Dec 2, 2020

Conversation

Saran440
Copy link
Member

@Saran440 Saran440 commented Nov 19, 2020

This module change format to global file

In v14 AbstractModel class can't used self.

Example
self.format_ws_title > it will throw error.
So, I change it to FORMATS["format_ws_title"]

Call function v13 (old)
Selection_002

Call function v14 (new)
from .report_xlsx_format import FORMATS, XLS_HEADERS
Selection_001

WDYT?

cc : @luc-demeyer

Copy link
Contributor

@luc-demeyer luc-demeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cf. changes suggested in the conversation.

@Saran440
Copy link
Member Author

@luc-demeyer Fixed. Thank you for your reviewed.

  • add grey color in format
  • delete lang context in controller
  • Could you help migrated demo to this PR or new PR?

@luc-demeyer
Copy link
Contributor

@Saran440
Thanks a lot. I'll make a PR on to this PR to add the demo module.

@luc-demeyer
Copy link
Contributor

@Saran440
I have now added the report_xlsx_helper_demo module, can you merge it into this PR ?
Cf. ecosoft-odoo#1

Copy link
Contributor

@alan196 alan196 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Member

@kittiu kittiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functional tested.

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@sebastienbeau
Copy link
Member

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 14.0-ocabot-merge-pr-456-by-sebastienbeau-bump-nobump, awaiting test results.

@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 596b168. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants