No requirido lineas de typo = Titulo
This commit is contained in:
parent
0bfc36b7c2
commit
a723842c36
@ -1,5 +1,5 @@
|
|||||||
from trytond.pool import Pool
|
from trytond.pool import Pool
|
||||||
from . import product, sale, production
|
from . import product, sale, production, invoice
|
||||||
|
|
||||||
__all__ = ['register']
|
__all__ = ['register']
|
||||||
|
|
||||||
@ -7,6 +7,7 @@ __all__ = ['register']
|
|||||||
def register():
|
def register():
|
||||||
Pool.register(
|
Pool.register(
|
||||||
product.Product,
|
product.Product,
|
||||||
|
invoice.InvoiceLine,
|
||||||
sale.Sale,
|
sale.Sale,
|
||||||
sale.Line,
|
sale.Line,
|
||||||
production.Production,
|
production.Production,
|
||||||
|
@ -6,6 +6,7 @@ depends:
|
|||||||
sale
|
sale
|
||||||
sale_supply_production
|
sale_supply_production
|
||||||
production
|
production
|
||||||
|
account_invoice
|
||||||
xml:
|
xml:
|
||||||
product.xml
|
product.xml
|
||||||
sale.xml
|
sale.xml
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<data>
|
<data>
|
||||||
<xpath expr="//field[@name='reference']" position="after">
|
<xpath expr="//field[@name='reference']" position="after">
|
||||||
|
<newline/>
|
||||||
<label name="pizza_number"/>
|
<label name="pizza_number"/>
|
||||||
<field name="pizza_number"/>
|
<field name="pizza_number"/>
|
||||||
<button name="add_pizza"/>
|
<button name="add_pizza"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user