-
-
Notifications
You must be signed in to change notification settings - Fork 204
[IMP] account_product_fiscal_classification: update views by python code. #510
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
base: 16.0
Are you sure you want to change the base?
[IMP] account_product_fiscal_classification: update views by python code. #510
Conversation
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
legalsylvain
left a comment
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.
/ocabot merge minor
|
On my way to merge this fine PR! |
|
@legalsylvain your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-510-by-legalsylvain-bump-minor. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
/ocabot rebase |
|
@legalsylvain The rebase process failed, because command |
ae957a4 to
03f00e5
Compare
…ode. rational: In odoo, some module (like hr_expense) redefines product views. For each case, we need a glue module to insert fiscal_classification_id in the view. With that changes, insertion is done for all tree and form view. Closes: OCA#505 [FIX] display field also for product.produt form view.
03f00e5 to
a59db03
Compare
rational:
In odoo, some module (like hr_expense) redefines product views. For each case, we need a glue module to insert fiscal_classification_id in the view. With that changes, insertion is done for all tree and form view.
Closes: #503, #504, #505
Also, fix : Display field also for product.produt form view.