[IMP]GOLEM Resource Account : add invoice state on form

This commit is contained in:
Fabien BOURGEOIS 2018-03-26 16:16:51 +02:00
parent 464a56fa1e
commit a5c51123f3
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
attrs="{'invisible': [('invoice_id', '=', False)]}">
<field name="resource_product_id" />
<field name="invoice_id" />
<field name="invoice_state" />
<field name="invoice_amount_total" />
<field name="invoice_line_id" />
<field name="invoice_line_price_subtotal" />