mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [WIP] Basic tests definition * [DEL] Default diff invoicing * [WIP] Reservation refact invoice fields * [FIX] test price without taxes * [FIX] Security csv merge * [WIP]pms: Wizard adv inv views * [ADD] Wizard Filter Invoice Days * [WIP] Payment WorkFlow
13 lines
466 B
XML
13 lines
466 B
XML
<?xml version="1.0" ?>
|
|
<odoo>
|
|
<record id="account_journal_view_form" model="ir.ui.view">
|
|
<field name="model">account.journal</field>
|
|
<field name="inherit_id" ref="account.view_account_journal_form" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='company_id']" position="after">
|
|
<field name="pms_property_ids" widget="many2many_tags" />
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|