first commit
This commit is contained in:
14
modules/account_invoice_stock/view/invoice_line_form.xml
Normal file
14
modules/account_invoice_stock/view/invoice_line_form.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='amount']" position="after">
|
||||
<label name="correction"/>
|
||||
<field name="correction"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='general']" position="after">
|
||||
<page string="Stock" name="stock_moves">
|
||||
<field name="stock_moves" colspan="4"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/account_invoice_stock/view/move_form.xml
Normal file
10
modules/account_invoice_stock/view/move_form.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page name="invoice_lines">
|
||||
<field name="invoice_lines" colspan="4"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user