-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
11.0 mig l10n it rea #611
11.0 mig l10n it rea #611
Conversation
[FIX] Add readme [FIX] fix province [FIX] Module name and description [FIX] Fixed Register [FIX] rem descr from __openerp__
FIX bug tracker and empty keys
[MIG] Rename manifest files
[FIX] © -> Copyright, and make module installable [FIX] Enconding on py files [UPD] Readme [FIX] openerp -> odoo in xml tag Add Authors, use https on oca web site
[UPD] Update l10n_it_rea.pot
06be032
to
358fb50
Compare
In effetti ci stavo pensando anch'io, mi sembra un'ottima idea. |
ADD REA fields to copany and compute company_registry accordingly
358fb50
to
5bfaa09
Compare
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.
thanks
('LN', 'Not in liquidation')], 'Liquidation State', | ||
related='partner_id.rea_liquidation_state') | ||
|
||
@api.onchange( |
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.
Changing the related data in the partner does not recompute the company_registry
, here the steps:
- Fill the data in the company: the
company_registry
is correctly filled. - Go to the partner bound to the company and change a field.
- Go back to the company:
company_registry
is incorrect (it still has the old computed value)
Maybe a computed field would fix this?
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.
@SimoRubi it can't be a computed field because it must be freely editable for possible non Italian companies
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.
Then maybe the behavior I described should be included in the 'known bugs`
Standard migration, using latest template
https://raw.githubusercontent.com/OCA/maintainer-tools/master/template/module/README.rst