Migrate to 6.0

This commit is contained in:
José Miguel Pardo Salar 2021-10-08 08:40:10 +02:00
parent 4d813bb305
commit 27529735a6
2 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,6 @@ from sql import Null, Literal
from sql.operators import Concat
from sql.conditionals import Case
__all__ = ['InvoiceLine']
class InvoiceLine(metaclass=PoolMeta):
__name__ = 'account.invoice.line'

View File

@ -88,7 +88,6 @@ Create product::
>>> template.name = 'product'
>>> template.default_uom = unit
>>> template.type = 'goods'
>>> template.purchasable = True
>>> template.salable = True
>>> template.list_price = Decimal('10')
>>> template.account_category = account_category_tax