Browse Source
Removed v8 modules.
Removed v8 modules.
Migrated digital sign and one2many kanban Added Lib for digital sign module. Fixed the issue of xpath ref #45.pull/666/head
MeetSCS
9 years ago
committed by
Pedro M. Baeza
6 changed files with 67 additions and 100 deletions
-
17web_digital_sign/LICENSE/LICENSE
-
22web_digital_sign/__init__.py
-
24web_digital_sign/__openerp__.py
-
65web_digital_sign/static/src/js/digital_sign.js
-
23web_digital_sign/users.py
-
16web_digital_sign/users_view.xml
@ -0,0 +1,17 @@ |
|||||
|
OpenERP, Open Source Management Solution |
||||
|
Copyright (C) 2004-2010 OpenERP SA (<http://www.openerp.com>) |
||||
|
Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>). |
||||
|
|
||||
|
This program is free software: you can redistribute it and/or modify |
||||
|
it under the terms of the GNU Affero General Public License as |
||||
|
published by the Free Software Foundation, either version 3 of the |
||||
|
License, or (at your option) any later version. |
||||
|
|
||||
|
This program is distributed in the hope that it will be useful, |
||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
GNU Affero General Public License for more details. |
||||
|
|
||||
|
You should have received a copy of the GNU Affero General Public License |
||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |
||||
|
|
@ -1,24 +1,4 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
############################################################################## |
|
||||
# |
|
||||
# OpenERP, Open Source Management Solution |
|
||||
# Copyright (C) 2004-2010 OpenERP SA (<http://www.openerp.com>) |
|
||||
# Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>). |
|
||||
# |
|
||||
# This program is free software: you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU Affero General Public License as |
|
||||
# published by the Free Software Foundation, either version 3 of the |
|
||||
# License, or (at your option) any later version. |
|
||||
# |
|
||||
# This program is distributed in the hope that it will be useful, |
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
# GNU Affero General Public License for more details. |
|
||||
# |
|
||||
# You should have received a copy of the GNU Affero General Public License |
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################## |
|
||||
|
|
||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details. |
||||
import users |
import users |
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |
@ -1,18 +1,16 @@ |
|||||
<?xml version="1.0" ?> |
<?xml version="1.0" ?> |
||||
<openerp> |
<openerp> |
||||
<data> |
|
||||
|
|
||||
<record id="inherited_res_users_form" model="ir.ui.view"> |
|
||||
|
<data> |
||||
|
<record id="inherited_res_users_form" model="ir.ui.view"> |
||||
<field name="name">inherited.res.users.form</field> |
<field name="name">inherited.res.users.form</field> |
||||
<field name="model">res.users</field> |
<field name="model">res.users</field> |
||||
<field name="inherit_id" ref="base.view_users_form"/> |
<field name="inherit_id" ref="base.view_users_form"/> |
||||
<field name="arch" type="xml"> |
<field name="arch" type="xml"> |
||||
<xpath expr="//field[@name='signature']" position="replace"> |
|
||||
<label for="signature_image" class="oe_edit_only"/> |
|
||||
<h2><field name="signature_image" widget="signature"/></h2> |
|
||||
</xpath> |
|
||||
|
<xpath expr="//field[@name='signature']" position="after"> |
||||
|
<label for="signature_image" class="oe_edit_only"/> |
||||
|
<h2><field name="signature" widget="signature"/></h2> |
||||
|
</xpath> |
||||
</field> |
</field> |
||||
</record> |
</record> |
||||
|
|
||||
</data> |
|
||||
|
</data> |
||||
</openerp> |
</openerp> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue