Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
18
account_move_post_date_user/views/account_move.xml
Executable file
18
account_move_post_date_user/views/account_move.xml
Executable file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="view_move_form" model="ir.ui.view">
|
||||
<field name="model">account.move</field>
|
||||
<field name="name">account.move.form - account_move_post_date_user</field>
|
||||
<field name="inherit_id" ref="account.view_move_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//group[@name='accounting_info_group']" position="inside">
|
||||
<field name="last_post_date" />
|
||||
<field name="last_post_uid" />
|
||||
</xpath>
|
||||
<xpath expr="//group[@name='misc_group']" position="inside">
|
||||
<field name="last_post_date" />
|
||||
<field name="last_post_uid" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user