~savoirfairelinux-openerp/openerp-mgmtsystem/openupgrade70

« back to all changes in this revision

Viewing changes to mgmtsystem/mgmtsystem_system.xml

  • Committer: Virgil Dupras
  • Date: 2013-01-31 14:21:30 UTC
  • mfrom: (10.2.3 migrate-7.0)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: virgil.dupras@savoirfairelinux.com-20130131142130-grxopntdhgea04u5
[MRG] Merged nc-extend with migrate-7.0

I resolved basic conficts, but there are still problems with modules that we have to fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      <field name="arch" type="xml">
10
10
        <form string="Management System">
11
11
          <field name="name"/>
12
 
          <field name="manual" domain="[('tags','like','manual')]"/>
 
12
          <field name="manual"/>
13
13
          <field name="company_id" groups="base.group_multi_company"/>
14
14
        </form>
15
15
      </field>