Browse Source
Merge pull request #229 from ursais/bodedra_imp_agreement
[ADD] empty smart button place holder to easy inheritance
pull/230/head
Maxime Chambreuil
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
.travis.yml
-
agreement/views/agreement.xml
|
@ -6,12 +6,14 @@ python: |
|
|
- "3.5" |
|
|
- "3.5" |
|
|
|
|
|
|
|
|
addons: |
|
|
addons: |
|
|
|
|
|
postgresql: "9.6" |
|
|
apt: |
|
|
apt: |
|
|
# only add the two lines below if you need wkhtmltopdf for your tests |
|
|
# only add the two lines below if you need wkhtmltopdf for your tests |
|
|
# sources: |
|
|
# sources: |
|
|
# - pov-wkhtmltopdf |
|
|
# - pov-wkhtmltopdf |
|
|
packages: |
|
|
packages: |
|
|
- expect-dev # provides unbuffer utility |
|
|
- expect-dev # provides unbuffer utility |
|
|
|
|
|
- postgresql-9.6-postgis-2.3 postgis # because travis doesn't know which one to install |
|
|
- python-lxml # because pip installation is slow |
|
|
- python-lxml # because pip installation is slow |
|
|
- python-simplejson |
|
|
- python-simplejson |
|
|
- python-serial |
|
|
- python-serial |
|
|
|
@ -30,6 +30,8 @@ |
|
|
<field name="stage_id" widget="statusbar" clickable="True" options="{'fold_field': 'fold'}"/> |
|
|
<field name="stage_id" widget="statusbar" clickable="True" options="{'fold_field': 'fold'}"/> |
|
|
</header> |
|
|
</header> |
|
|
<sheet> |
|
|
<sheet> |
|
|
|
|
|
<div class="oe_button_box" name="button_box"> |
|
|
|
|
|
</div> |
|
|
<div class="oe_title"> |
|
|
<div class="oe_title"> |
|
|
<label for="name" class="oe_edit_only" string="Agreement Name"/> |
|
|
<label for="name" class="oe_edit_only" string="Agreement Name"/> |
|
|
<h1> |
|
|
<h1> |
|
|