mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Merge pull request #229 from ursais/bodedra_imp_agreement
[ADD] empty smart button place holder to easy inheritance
This commit is contained in:
@@ -6,12 +6,14 @@ python:
|
||||
- "3.5"
|
||||
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
apt:
|
||||
# only add the two lines below if you need wkhtmltopdf for your tests
|
||||
# sources:
|
||||
# - pov-wkhtmltopdf
|
||||
packages:
|
||||
- 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-simplejson
|
||||
- python-serial
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
<field name="stage_id" widget="statusbar" clickable="True" options="{'fold_field': 'fold'}"/>
|
||||
</header>
|
||||
<sheet>
|
||||
<div class="oe_button_box" name="button_box">
|
||||
</div>
|
||||
<div class="oe_title">
|
||||
<label for="name" class="oe_edit_only" string="Agreement Name"/>
|
||||
<h1>
|
||||
|
||||
Reference in New Issue
Block a user