[19.0][MIG] account_move_delivery_invoice: Migration to 19.0 - #114
[19.0][MIG] account_move_delivery_invoice: Migration to 19.0#114SanamiK wants to merge 9 commits into
Conversation
Co-authored-by: Yoshi Tashiro <tashiro@quartile.co>
adc58a8 to
98b19a0
Compare
|
@SanamiK Squash the last two commits since they are same. I am wondering why the github workflows are waiting approval. |
Yes, approved. ;) |
98b19a0 to
c1e43c3
Compare
Done! Thank you for your suggestion. |
| <field name="inherit_id" ref="account.view_move_form" /> | ||
| <field name="arch" type="xml"> | ||
| <xpath expr="//field[@name='narration']" position="after"> | ||
| <field name="show_delivery_note_narration" invisible="1" /> |
There was a problem hiding this comment.
refer to the WARNING by odoo-module-migrator:
Fields that are required by Python expressions (invisible, column_invisible,
readonly, required, context, domain) are now added automatically as invisible
and readonly. You can remove these fields from XML views unless they are
necessary for specific logic. More details: odoo/odoo#137031
It seems that Odoo 19.0 automatically adds the field if it is necessary.
yostashiro
left a comment
There was a problem hiding this comment.
This is a bit experimental, but could we take this chance to add a commit to make readme fragments bilingual (Japanese first, then English)?
|
add Japanese description to README! |
2aa0cad to
9ad3129
Compare
9ad3129 to
6f4efe7
Compare



@qrtl QT5088