-
Notifications
You must be signed in to change notification settings - Fork 0
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
8.0 l10n xaf export changes #1
base: 8.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have elaborated three examples of things you can encounter. You'll have to apply the same logic and go through each change yourself.
.travis.yml
Outdated
- VERSION="8.0" LINT_CHECK="1" | ||
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" | ||
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" | ||
global: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hayyan-Ebrahem Analysing this will go as follows:
- Look at the most recent version of this file on the 8.0 branch in the original OCA repo, and activate the Blame view.
- See that this change was added 9 months ago by Holger in this commit
- Conclude that this should not be in this PR.
- Look at the commits in this PR and conclude that they are too many - it should include only your commit.
- Follow this guide to get out of trouble.
@@ -653,7 +653,6 @@ | |||
<xsd:enumeration value="AT"/> | |||
<xsd:enumeration value="AU"/> | |||
<xsd:enumeration value="AW"/> | |||
<xsd:enumeration value="AX"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hayyan-Ebrahem As another example I will analyse this:
- Look at the most recent version of this file on the 8.0 branch in the original OCA repo, and activate the Blame view.
- See that
AX
was added 4 months ago by Andrea in this commit - Conclude that reverting this should not be in this PR - it is not our work, but the reversion of a later update by someone from OCA.
- Remove it from your branch in a new commit
}) | ||
xml = self.env.ref('l10n_nl_xaf_auditfile_export.auditfile_template')\ | ||
.render(values={ | ||
'self': self.sudo(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hayyan-Ebrahem as a final example, lets analyse this one:
- Look at the most recent version of this file on the 8.0 branch in the original OCA repo, and activate the Blame view.
- See that the newest OCA version is not including this at the moment
- In the Blame view of that file in the Freshfilter community modules repo, see that it was added by us in this commit
- Decide to keep it
bbfa743
to
ae4c508
Compare
….0/performance_patch1 [IMP] Compute auditfile_name field
[13.0] Rename l10n_nl_ubl to l10n_nl_base_ubl
No description provided.