Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
19
l10n_ru_upd_xml/views/view_account_move.xml
Normal file
19
l10n_ru_upd_xml/views/view_account_move.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="account_move_form_upd_button_header" model="ir.ui.view">
|
||||
<field name="name">account.move.form.upd.button.header</field>
|
||||
<field name="model">account.move</field>
|
||||
<field name="inherit_id" ref="account.view_move_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//form/header" position="inside">
|
||||
<button name="print_upd"
|
||||
type="object"
|
||||
string="Печать УПД в xml-формате"
|
||||
class="btn-primary"
|
||||
invisible="state != 'posted' or move_type not in ('out_invoice','out_refund')"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user