Fix view
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# coding: utf-8
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2015 Akretion (http://www.akretion.com)
|
# © 2015-2017 Akretion (http://www.akretion.com)
|
||||||
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from openerp import models, fields, api
|
from openerp import models, fields, api
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2017 Akretion (http://www.akretion.com/)
|
© 2017 Akretion (http://www.akretion.com/)
|
||||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
-->
|
-->
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
<openerp>
|
<openerp>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
|
|
||||||
<record id="view_picking_form" model="ir.ui.view">
|
<record id="view_picking_form" model="ir.ui.view">
|
||||||
<field name="name">purchase_usability.stock.picking.form</field>
|
<field name="name">purchase_usability.stock.picking.form</field>
|
||||||
<field name="model">stock.picking</field>
|
<field name="model">stock.picking</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# coding: utf-8
|
# -*- coding: utf-8 -*-
|
||||||
# © 2015 David BEAL @ Akretion
|
# © 2015 David BEAL @ Akretion
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user