mirror of
https://github.com/NaN-tic/trytond-stock_measurements_shape.git
synced 2023-12-13 21:20:09 +01:00
Add python 3 support
This commit is contained in:
parent
8de7ef1b7f
commit
b323877f54
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ from trytond.pool import Pool, PoolMeta
|
|||
from trytond.transaction import Transaction
|
||||
|
||||
__all__ = ['ProductMeasurementsShapeCreation']
|
||||
__metaclass__ = PoolMeta
|
||||
|
||||
MODELS = ['stock.move', 'sale.line', 'purchase.line', 'production.bom.input',
|
||||
'production.bom.output']
|
||||
|
|
Loading…
Reference in a new issue