Minor fixes

This commit is contained in:
Oscar Alvarez 2020-12-20 09:17:41 -05:00
parent 89a64604f1
commit 27ca9db024
3 changed files with 31 additions and 2 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/build
/dist
*egg-info
/node_modules
# testing
/coverage
# production
/build
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock*
/__pycache__
/app/__pycache__
/app/commons/__pycache__

2
bom.py
View File

@ -1,6 +1,6 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of # This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms. # this repository contains the full copyright notices and license terms.
from trytond.model import ModelView, ModelSQL, fields from trytond.model import fields
from trytond.pool import PoolMeta from trytond.pool import PoolMeta
from decimal import Decimal from decimal import Decimal

View File

@ -10,7 +10,7 @@ copyright notices and license terms. -->
<label name="consumer"/> <label name="consumer"/>
<field name="consumer"/> <field name="consumer"/>
<label name="table_assigned"/> <label name="table_assigned"/>
<field name="table_assigned"/> <field name="table_assigned" widget="selection"/>
<label name="delivery_time"/> <label name="delivery_time"/>
<field name="delivery_time"/> <field name="delivery_time"/>
<label name="shipping_time"/> <label name="shipping_time"/>