[Merge]with : lp:~openerp-dev/openobject-addons

bzr revid: dbr@tinyerp.com-20120426063252-qpc9e2q1v4zab4n0
This commit is contained in:
DBR (OpenERP) 2012-04-26 12:02:52 +05:30
commit b0a15f76d4
142 changed files with 2024 additions and 863 deletions

View File

@ -13,7 +13,7 @@
<field name="inherit_id" ref="base.view_partner_bank_form"/> <field name="inherit_id" ref="base.view_partner_bank_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<group name="bank" position="after"> <group name="bank" position="after">
<group name="accounting" col="2" colspan="2" attrs="{'invisible': [('company_id','=', False)]}" groups="base.group_extended"> <group name="accounting" col="2" colspan="2" attrs="{'invisible': [('company_id','=', False)]}">
<separator string="Accounting Information" colspan="2"/> <separator string="Accounting Information" colspan="2"/>
<field name="journal_id"/> <field name="journal_id"/>
<field name="currency_id"/> <field name="currency_id"/>

View File

@ -14,7 +14,7 @@
action="action_account_period_tree" action="action_account_period_tree"
id="menu_action_account_period_close_tree" id="menu_action_account_period_close_tree"
parent="account.menu_account_end_year_treatments" parent="account.menu_account_end_year_treatments"
sequence="0" groups="base.group_extended"/> sequence="0"/>
</data> </data>
</openerp> </openerp>

View File

@ -39,7 +39,7 @@
<field name="quantity"/> <field name="quantity"/>
<field name="uos_id"/> <field name="uos_id"/>
<field name="price_unit"/> <field name="price_unit"/>
<field name="discount" groups="base.group_extended"/> <field name="discount"/>
<field name="price_subtotal"/> <field name="price_subtotal"/>
</tree> </tree>
</field> </field>
@ -60,7 +60,7 @@
</group> </group>
<field name="price_unit"/> <field name="price_unit"/>
<field domain="[('company_id', '=', parent.company_id), ('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view')]" name="account_id" on_change="onchange_account_id(product_id, parent.partner_id, parent.type, parent.fiscal_position,account_id)"/> <field domain="[('company_id', '=', parent.company_id), ('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view')]" name="account_id" on_change="onchange_account_id(product_id, parent.partner_id, parent.type, parent.fiscal_position,account_id)"/>
<field name="discount" groups="base.group_extended"/> <field name="discount"/>
<field domain="[('type','&lt;&gt;','view'), ('company_id', '=', parent.company_id), ('parent_id', '!=', False)]" name="account_analytic_id" groups="analytic.group_analytic_accounting"/> <field domain="[('type','&lt;&gt;','view'), ('company_id', '=', parent.company_id), ('parent_id', '!=', False)]" name="account_analytic_id" groups="analytic.group_analytic_accounting"/>
<field name="company_id" groups="base.group_multi_company" readonly="1"/> <field name="company_id" groups="base.group_multi_company" readonly="1"/>
<separator string="Notes" colspan="4"/> <separator string="Notes" colspan="4"/>
@ -153,7 +153,7 @@
<button name="%(action_account_change_currency)d" type="action" icon="terp-stock_effects-object-colorize" string="Change" attrs="{'invisible':[('state','!=','draft')]}" groups="account.group_account_user"/> <button name="%(action_account_change_currency)d" type="action" icon="terp-stock_effects-object-colorize" string="Change" attrs="{'invisible':[('state','!=','draft')]}" groups="account.group_account_user"/>
<newline/> <newline/>
<field string="Supplier" name="partner_id" on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)" context="{'default_customer': 0, 'search_default_supplier': 1, 'default_supplier': 1}" options='{"quick_create": false}' domain="[('supplier', '=', True)]"/> <field string="Supplier" name="partner_id" on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)" context="{'default_customer': 0, 'search_default_supplier': 1, 'default_supplier': 1}" options='{"quick_create": false}' domain="[('supplier', '=', True)]"/>
<field name="fiscal_position" groups="base.group_extended" widget="selection"/> <field name="fiscal_position" widget="selection"/>
<newline/> <newline/>
<field name="date_invoice"/> <field name="date_invoice"/>
<field name="period_id" domain="[('state', '=', 'draft')]" groups="account.group_account_user" widget="selection"/> <field name="period_id" domain="[('state', '=', 'draft')]" groups="account.group_account_user" widget="selection"/>
@ -221,24 +221,24 @@
<field name="payment_term" widget="selection"/> <field name="payment_term" widget="selection"/>
<field name="name"/> <field name="name"/>
<newline/> <newline/>
<field name="origin" groups="base.group_extended"/> <field name="origin"/>
<field name="user_id"/> <field name="user_id"/>
<field name="move_id" groups="account.group_account_user"/> <field name="move_id" groups="account.group_account_user"/>
<separator colspan="4" string="Additional Information"/> <separator colspan="4" string="Additional Information"/>
<field colspan="4" name="comment" nolabel="1"/> <field colspan="4" name="comment" nolabel="1"/>
</page> </page>
<page string="Payments" groups="base.group_extended"> <page string="Payments">
<field name="payment_ids" colspan="4" nolabel="1" > <field name="payment_ids" colspan="4" nolabel="1" >
<tree string="Payments"> <tree string="Payments">
<field name="date" string="Payment Date"/> <field name="date" string="Payment Date"/>
<field name="move_id"/> <field name="move_id"/>
<field name="ref"/> <field name="ref"/>
<field name="name" groups="base.group_extended"/> <field name="name"/>
<field name="journal_id"/> <field name="journal_id"/>
<field name="debit"/> <field name="debit"/>
<field name="credit"/> <field name="credit"/>
<field name="amount_currency" groups="base.group_extended"/> <field name="amount_currency"/>
<field name="currency_id" groups="base.group_extended"/> <field name="currency_id"/>
</tree> </tree>
</field> </field>
</page> </page>
@ -262,14 +262,14 @@
<button name="%(action_account_change_currency)d" type="action" icon="terp-stock_effects-object-colorize" string="Change" attrs="{'invisible':[('state','!=','draft')]}" groups="account.group_account_user"/> <button name="%(action_account_change_currency)d" type="action" icon="terp-stock_effects-object-colorize" string="Change" attrs="{'invisible':[('state','!=','draft')]}" groups="account.group_account_user"/>
<newline/> <newline/>
<field string="Customer" name="partner_id" on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)" groups="base.group_user" context="{'search_default_customer': 1}" options='{"quick_create": false}' domain="[('customer', '=', True)]"/> <field string="Customer" name="partner_id" on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)" groups="base.group_user" context="{'search_default_customer': 1}" options='{"quick_create": false}' domain="[('customer', '=', True)]"/>
<field name="fiscal_position" groups="base.group_extended" widget="selection" options='{"quick_create": false}'/> <field name="fiscal_position" widget="selection" options='{"quick_create": false}'/>
<newline/> <newline/>
<field name="date_invoice"/> <field name="date_invoice"/>
<field name="period_id" domain="[('state', '=', 'draft')]" groups="account.group_account_user" widget="selection"/> <field name="period_id" domain="[('state', '=', 'draft')]" groups="account.group_account_user" widget="selection"/>
<field name="payment_term" widget="selection"/> <field name="payment_term" widget="selection"/>
<newline/> <newline/>
<field domain="[('company_id', '=', company_id),('type','=', 'receivable')]" name="account_id" groups="account.group_account_user"/> <field domain="[('company_id', '=', company_id),('type','=', 'receivable')]" name="account_id" groups="account.group_account_user"/>
<field name="name" groups="base.group_extended"/> <field name="name"/>
</group> </group>
<notebook colspan="4"> <notebook colspan="4">
<page string="Invoice"> <page string="Invoice">
@ -316,8 +316,7 @@
<field name="date_due"/> <field name="date_due"/>
<field name="user_id"/> <field name="user_id"/>
<newline/> <newline/>
<field domain="[('partner_id.ref_companies', 'in', [company_id])]" name="partner_bank_id" <field domain="[('partner_id.ref_companies', 'in', [company_id])]" name="partner_bank_id"/>
groups="base.group_extended"/>
<field name="origin"/> <field name="origin"/>
<field name="move_id" groups="account.group_account_user"/> <field name="move_id" groups="account.group_account_user"/>
<separator colspan="4" string="Additional Information"/> <separator colspan="4" string="Additional Information"/>

View File

@ -34,8 +34,7 @@
<menuitem id="menu_account_reports" name="Financial Reports" parent="menu_finance_configuration" sequence="30" /> <menuitem id="menu_account_reports" name="Financial Reports" parent="menu_finance_configuration" sequence="30" />
<menuitem id="account.menu_finance_recurrent_entries" name="Recurring Entries" <menuitem id="account.menu_finance_recurrent_entries" name="Recurring Entries"
parent="menu_finance_periodical_processing" sequence="15" parent="menu_finance_periodical_processing" sequence="15"/>
groups="base.group_extended"/>
<menuitem id="menu_account_end_year_treatments" <menuitem id="menu_account_end_year_treatments"
name="End of Period" parent="menu_finance_periodical_processing" name="End of Period" parent="menu_finance_periodical_processing"

View File

@ -18,7 +18,7 @@
<field name="date_start"/> <field name="date_start"/>
<field name="date_stop"/> <field name="date_stop"/>
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
<field name="end_journal_period_id" groups="base.group_extended"/> <field name="end_journal_period_id"/>
</group> </group>
<separator colspan="4" string="Periods"/> <separator colspan="4" string="Periods"/>
<field colspan="4" name="period_ids" nolabel="1" widget="one2many_list"> <field colspan="4" name="period_ids" nolabel="1" widget="one2many_list">
@ -169,7 +169,7 @@
<field name="parent_id"/> <field name="parent_id"/>
<field name="type" select="1"/> <field name="type" select="1"/>
<field name="user_type" select="1"/> <field name="user_type" select="1"/>
<field name="active" groups="base.group_extended" /> <field name="active"/>
<newline/> <newline/>
<field name="debit" invisible="context.get('config_invisible', True)" attrs="{'readonly':[('type','=','view')]}"/> <field name="debit" invisible="context.get('config_invisible', True)" attrs="{'readonly':[('type','=','view')]}"/>
<field name="credit" invisible="context.get('config_invisible', True)" attrs="{'readonly':[('type','=','view')]}"/> <field name="credit" invisible="context.get('config_invisible', True)" attrs="{'readonly':[('type','=','view')]}"/>
@ -403,7 +403,7 @@
<field name="help">Here you can customize an existing journal view or create a new view. Journal views determine the way you can record entries in your journal. Select the fields you want to appear in a journal and determine the sequence in which they will appear. Then you can create a new journal and link your view to it.</field> <field name="help">Here you can customize an existing journal view or create a new view. Journal views determine the way you can record entries in your journal. Select the fields you want to appear in a journal and determine the sequence in which they will appear. Then you can create a new journal and link your view to it.</field>
</record> </record>
<menuitem action="action_account_journal_view" id="menu_action_account_journal_view" parent="account.menu_journals" sequence="20" groups="base.group_extended"/> <menuitem action="action_account_journal_view" id="menu_action_account_journal_view" parent="account.menu_journals" sequence="20"/>
<!-- <!--
# Account Journal # Account Journal
@ -476,16 +476,16 @@
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Company" colspan="4"/> <separator string="Company" colspan="4"/>
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
<field name="user_id" groups="base.group_extended"/> <field name="user_id"/>
<field name="currency" groups="base.group_extended"/> <field name="currency"/>
</group> </group>
<group colspan="2" col="2" groups="base.group_extended"> <group colspan="2" col="2">
<separator string="Validations" colspan="4"/> <separator string="Validations" colspan="4"/>
<field name="allow_date"/> <field name="allow_date"/>
</group> </group>
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Other Configuration" colspan="4"/> <separator string="Other Configuration" colspan="4"/>
<field name="centralisation" groups="base.group_extended"/> <field name="centralisation"/>
<field name="entry_posted"/> <field name="entry_posted"/>
</group> </group>
<group colspan="2" col="2"> <group colspan="2" col="2">
@ -498,7 +498,7 @@
<field name="sequence_id" required="0"/> <field name="sequence_id" required="0"/>
</group> </group>
</page> </page>
<page string="Entry Controls" groups="base.group_extended"> <page string="Entry Controls">
<separator colspan="4" string="Accounts Type Allowed (empty for no control)"/> <separator colspan="4" string="Accounts Type Allowed (empty for no control)"/>
<field colspan="4" name="type_control_ids" nolabel="1"/> <field colspan="4" name="type_control_ids" nolabel="1"/>
<separator colspan="4" string="Accounts Allowed (empty for no control)"/> <separator colspan="4" string="Accounts Allowed (empty for no control)"/>
@ -609,7 +609,7 @@
<field colspan="4" name="line_ids" nolabel="1" context="{'date':date}"> <field colspan="4" name="line_ids" nolabel="1" context="{'date':date}">
<tree editable="bottom" string="Statement lines"> <tree editable="bottom" string="Statement lines">
<field name="sequence" readonly="1" invisible="1"/> <field name="sequence" readonly="1" invisible="1"/>
<field name="date" groups="base.group_extended"/> <field name="date"/>
<field name="name"/> <field name="name"/>
<field name="ref"/> <field name="ref"/>
<field name="partner_id" on_change="onchange_partner_id(partner_id)"/> <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
@ -938,7 +938,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree string="Account Tax"> <tree string="Account Tax">
<field name="name"/> <field name="name"/>
<field name="price_include" groups="base.group_extended"/> <field name="price_include"/>
<field name="description"/> <field name="description"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/> <field name="company_id" widget="selection" groups="base.group_multi_company"/>
</tree> </tree>
@ -992,21 +992,21 @@
<field name="ref_base_sign"/> <field name="ref_base_sign"/>
<field name="ref_tax_code_id"/> <field name="ref_tax_code_id"/>
<field name="ref_tax_sign"/> <field name="ref_tax_sign"/>
<separator groups="base.group_extended" colspan="4" string="Children Definition"/> <separator colspan="4" string="Children Definition"/>
<field groups="base.group_extended" name="child_depend"/> <field name="child_depend"/>
<field groups="base.group_extended" name="sequence"/> <field name="sequence"/>
<field groups="base.group_extended" name="include_base_amount"/> <field name="include_base_amount"/>
<field groups="base.group_extended" colspan="4" name="child_ids"> <field colspan="4" name="child_ids">
<tree string="Account Tax"> <tree string="Account Tax">
<field name="sequence"/> <field name="sequence"/>
<field name="name"/> <field name="name"/>
<field name="price_include" groups="base.group_extended"/> <field name="price_include"/>
<field name="description"/> <field name="description"/>
</tree> </tree>
</field> </field>
</group> </group>
</page> </page>
<page groups="base.group_extended" string="Special Computation"> <page string="Special Computation">
<separator colspan="4" string="Applicability Options"/> <separator colspan="4" string="Applicability Options"/>
<field name="applicable_type"/> <field name="applicable_type"/>
<field name="domain"/> <field name="domain"/>
@ -1062,11 +1062,11 @@
<field name="journal_id"/> <field name="journal_id"/>
<field name="debit" sum="Total debit"/> <field name="debit" sum="Total debit"/>
<field name="credit" sum="Total credit"/> <field name="credit" sum="Total credit"/>
<field name="account_tax_id" groups="base.group_extended"/> <field name="account_tax_id"/>
<field name="analytic_account_id" groups="analytic.group_analytic_accounting" domain="[('parent_id','!=',False)]"/> <field name="analytic_account_id" groups="analytic.group_analytic_accounting" domain="[('parent_id','!=',False)]"/>
<field name="amount_currency" groups="base.group_extended" attrs="{'readonly':[('state','=','valid')]}"/> <field name="amount_currency" attrs="{'readonly':[('state','=','valid')]}"/>
<field name="currency_id" groups="base.group_extended" attrs="{'readonly':[('state','=','valid')]}"/> <field name="currency_id" attrs="{'readonly':[('state','=','valid')]}"/>
<field name="reconcile_partial_id" groups="base.group_extended"/> <field name="reconcile_partial_id"/>
<field name="reconcile_id"/> <field name="reconcile_id"/>
<field name="state"/> <field name="state"/>
</tree> </tree>
@ -1138,9 +1138,9 @@
<field name="blocked"/> <field name="blocked"/>
</group> </group>
<group col="2" colspan="2" groups="base.group_extended"> <group col="2" colspan="2" groups="analytic.group_analytic_accounting">
<separator colspan="2" string="Analytic"/> <separator colspan="2" string="Analytic"/>
<field name="analytic_account_id" domain="[('parent_id','!=',False)]" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" domain="[('parent_id','!=',False)]"/>
</group> </group>
<separator string="Internal Note" colspan="4"/> <separator string="Internal Note" colspan="4"/>
<field name="narration" colspan="4" nolabel="1"/> <field name="narration" colspan="4" nolabel="1"/>
@ -1331,7 +1331,7 @@
<field name="journal_id"/> <field name="journal_id"/>
<field name="partner_id"/> <field name="partner_id"/>
<field name="amount" sum="Total Amount"/> <field name="amount" sum="Total Amount"/>
<field name="to_check" groups="base.group_extended"/> <field name="to_check"/>
<field name="state"/> <field name="state"/>
<button name="button_validate" states="draft" string="Approve" type="object" icon="terp-camera_test"/> <button name="button_validate" states="draft" string="Approve" type="object" icon="terp-camera_test"/>
</tree> </tree>
@ -1346,7 +1346,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="name" readonly="True"/> <field name="name" readonly="True"/>
<field name="ref"/> <field name="ref"/>
<field name="to_check" groups="base.group_extended"/> <field name="to_check"/>
<field name="journal_id"/> <field name="journal_id"/>
<field name="period_id"/> <field name="period_id"/>
<field name="date"/> <field name="date"/>
@ -1419,9 +1419,9 @@
<field name="blocked"/> <field name="blocked"/>
</group> </group>
<group col="2" colspan="2" groups="base.group_extended"> <group col="2" colspan="2" groups="analytic.group_analytic_accounting">
<separator colspan="2" string="Analytic"/> <separator colspan="2" string="Analytic"/>
<field name="analytic_account_id" domain="[('parent_id','!=',False)]" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" domain="[('parent_id','!=',False)]"/>
</group> </group>
<separator string="Internal Note" colspan="4"/> <separator string="Internal Note" colspan="4"/>
<field name="narration" colspan="4" nolabel="1"/> <field name="narration" colspan="4" nolabel="1"/>
@ -1441,13 +1441,13 @@
<field name="debit" sum="Total Debit"/> <field name="debit" sum="Total Debit"/>
<field name="credit" sum="Total Credit"/> <field name="credit" sum="Total Credit"/>
<field name="analytic_account_id" domain="[('parent_id','!=',False)]" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" domain="[('parent_id','!=',False)]" groups="analytic.group_analytic_accounting"/>
<field name="amount_currency" groups="base.group_extended"/> <field name="amount_currency"/>
<field name="currency_id" groups="base.group_extended"/> <field name="currency_id"/>
<field name="tax_code_id"/> <field name="tax_code_id"/>
<field name="tax_amount"/> <field name="tax_amount"/>
<field name="state"/> <field name="state"/>
<field name="reconcile_id"/> <field name="reconcile_id"/>
<field name="reconcile_partial_id" groups="base.group_extended"/> <field name="reconcile_partial_id"/>
</tree> </tree>
</field> </field>
<separator colspan="4" string="Internal Note"/> <separator colspan="4" string="Internal Note"/>
@ -1473,7 +1473,7 @@
<filter icon="terp-document-new" string="Unposted" domain="[('state','=','draft')]" help="Unposted Journal Entries"/> <filter icon="terp-document-new" string="Unposted" domain="[('state','=','draft')]" help="Unposted Journal Entries"/>
<filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Journal Entries"/> <filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Journal Entries"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('to_check','=',True)]" groups="base.group_extended" help="Journal Entries to Review"/> <filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('to_check','=',True)]" help="Journal Entries to Review"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="name"/> <field name="name"/>
<field name="ref"/> <field name="ref"/>
@ -1722,7 +1722,7 @@
</record> </record>
<menuitem <menuitem
action="action_model_form" id="menu_action_model_form" sequence="5" action="action_model_form" id="menu_action_model_form" sequence="5"
parent="account.menu_configuration_misc" groups="base.group_extended"/> parent="account.menu_configuration_misc"/>
<!-- <!--
# Payment Terms # Payment Terms
@ -1939,7 +1939,6 @@
</record> </record>
<menuitem <menuitem
name="Define Recurring Entries" action="action_subscription_form" name="Define Recurring Entries" action="action_subscription_form"
groups="base.group_extended"
id="menu_action_subscription_form" sequence="1" id="menu_action_subscription_form" sequence="1"
parent="account.menu_finance_recurrent_entries"/> parent="account.menu_finance_recurrent_entries"/>
@ -2047,8 +2046,7 @@
id="act_account_partner_account_move_all" id="act_account_partner_account_move_all"
name="Receivables &amp; Payables" name="Receivables &amp; Payables"
res_model="account.move.line" res_model="account.move.line"
src_model="res.partner" src_model="res.partner"/>
groups="base.group_extended"/>
<act_window context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}" id="act_account_partner_account_move" name="Journal Items" res_model="account.move.line" src_model="res.partner" groups="account.group_account_user"/> <act_window context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}" id="act_account_partner_account_move" name="Journal Items" res_model="account.move.line" src_model="res.partner" groups="account.group_account_user"/>
@ -2282,15 +2280,15 @@
<page string="Tax Definition"> <page string="Tax Definition">
<field name="applicable_type"/> <field name="applicable_type"/>
<field name="amount" attrs="{'readonly':[('type','=','none'),('type','=','code')]}"/> <field name="amount" attrs="{'readonly':[('type','=','none'),('type','=','code')]}"/>
<field groups="base.group_extended" name="include_base_amount"/> <field name="include_base_amount"/>
<field groups="base.group_extended" name="domain"/> <field name="domain"/>
<newline/> <newline/>
<field name="account_collected_id"/> <field name="account_collected_id"/>
<label colspan="2" nolabel="1" string="Keep empty to use the income account"/> <label colspan="2" nolabel="1" string="Keep empty to use the income account"/>
<field name="account_paid_id"/> <field name="account_paid_id"/>
<label colspan="2" nolabel="1" string="Keep empty to use the expense account"/> <label colspan="2" nolabel="1" string="Keep empty to use the expense account"/>
<field groups="base.group_extended" name="child_depend"/> <field name="child_depend"/>
<field groups="base.group_extended" name="sequence"/> <field name="sequence"/>
</page> </page>
<page string="Tax Declaration"> <page string="Tax Declaration">
<separator colspan="4" string="Invoices"/> <separator colspan="4" string="Invoices"/>
@ -2305,7 +2303,7 @@
<field name="ref_tax_code_id"/> <field name="ref_tax_code_id"/>
<field name="ref_tax_sign"/> <field name="ref_tax_sign"/>
</page> </page>
<page groups="base.group_extended" string="Special Computation"> <page string="Special Computation">
<separator colspan="4" string="Compute Code (if type=code)"/> <separator colspan="4" string="Compute Code (if type=code)"/>
<field colspan="4" name="python_compute" nolabel="1" attrs="{'readonly':[('type','!=','code')]}"/> <field colspan="4" name="python_compute" nolabel="1" attrs="{'readonly':[('type','!=','code')]}"/>
<separator colspan="4" string="Compute Code for Taxes included prices"/> <separator colspan="4" string="Compute Code for Taxes included prices"/>
@ -2442,9 +2440,9 @@
</xpath> </xpath>
<group string="res_config_contents" position="replace"> <group string="res_config_contents" position="replace">
<field name="company_id" widget="selection"/> <!-- we assume that this wizard will be run only by administrators and as this field may cause problem if hidden (because of the default company of the user removed from the selection because already configured), we simply choosed to remove the group "multi company" of it --> <field name="company_id" widget="selection"/> <!-- we assume that this wizard will be run only by administrators and as this field may cause problem if hidden (because of the default company of the user removed from the selection because already configured), we simply choosed to remove the group "multi company" of it -->
<field name ="code_digits" groups="account.group_account_user"/> <field name="code_digits" groups="account.group_account_user"/>
<field name="chart_template_id" widget="selection" on_change="onchange_chart_template_id(chart_template_id)" domain="[('visible','=', True)]"/> <field name="chart_template_id" widget="selection" on_change="onchange_chart_template_id(chart_template_id)" domain="[('visible','=', True)]"/>
<field name ="seq_journal" groups="base.group_extended"/> <field name="seq_journal"/>
<field name="sale_tax" attrs="{'invisible': [('complete_tax_set', '!=', True)]}" domain="[('chart_template_id', '=', chart_template_id),('parent_id','=',False),('type_tax_use','in',('sale','all'))]"/> <field name="sale_tax" attrs="{'invisible': [('complete_tax_set', '!=', True)]}" domain="[('chart_template_id', '=', chart_template_id),('parent_id','=',False),('type_tax_use','in',('sale','all'))]"/>
<field name="purchase_tax" attrs="{'invisible': [('complete_tax_set', '!=', True)]}" domain="[('chart_template_id', '=', chart_template_id),('parent_id','=',False),('type_tax_use','in',('purchase', 'all'))]"/> <field name="purchase_tax" attrs="{'invisible': [('complete_tax_set', '!=', True)]}" domain="[('chart_template_id', '=', chart_template_id),('parent_id','=',False),('type_tax_use','in',('purchase', 'all'))]"/>
<newline/> <newline/>
@ -2456,12 +2454,12 @@
<form string="Bank Information"> <form string="Bank Information">
<field name="acc_name"/> <field name="acc_name"/>
<field name="account_type"/> <field name="account_type"/>
<field name="currency_id" widget="selection" groups="base.group_extended"/> <field name="currency_id" widget="selection"/>
</form> </form>
<tree editable="bottom" string="Bank Information"> <tree editable="bottom" string="Bank Information">
<field name="acc_name"/> <field name="acc_name"/>
<field name="account_type"/> <field name="account_type"/>
<field name="currency_id" widget="selection" groups="base.group_extended"/> <field name="currency_id" widget="selection"/>
</tree> </tree>
</field> </field>
</group> </group>
@ -2628,7 +2626,7 @@ action = pool.get('res.config').next(cr, uid, [], context)
<field colspan="4" name="line_ids" nolabel="1" context="{'date':date}"> <field colspan="4" name="line_ids" nolabel="1" context="{'date':date}">
<tree editable="bottom" string="Statement lines"> <tree editable="bottom" string="Statement lines">
<field name="sequence" invisible="1"/> <field name="sequence" invisible="1"/>
<field name="date" groups="base.group_extended"/> <field name="date"/>
<field name="name"/> <field name="name"/>
<field name="ref"/> <field name="ref"/>
<field name="partner_id" on_change="onchange_partner_id(partner_id)"/> <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
@ -2705,7 +2703,7 @@ action = pool.get('res.config').next(cr, uid, [], context)
</group> </group>
<group col="8" colspan="4"> <group col="8" colspan="4">
<field name="state" widget="statusbar" statusbar_visible="draft,confirm" colspan="4"/> <field name="state" widget="statusbar" statusbar_visible="draft,confirm" colspan="4"/>
<button name="button_cancel" states="confirm,open" string="Cancel" icon="terp-gtk-stop" type="object" groups="base.group_extended"/> <button name="button_cancel" states="confirm,open" string="Cancel" icon="terp-gtk-stop" type="object"/>
<button name="button_confirm_cash" states="open" string="Close CashBox" icon="terp-dialog-close" type="object"/> <button name="button_confirm_cash" states="open" string="Close CashBox" icon="terp-dialog-close" type="object"/>
<button name="button_open" states="draft" string="Open CashBox" icon="gtk-go-forward" type="object"/> <button name="button_open" states="draft" string="Open CashBox" icon="gtk-go-forward" type="object"/>
</group> </group>

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
<field name="inherit_id" ref="base.sequence_view"/> <field name="inherit_id" ref="base.sequence_view"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<page position="after"> <page position="after">
<page string="Fiscal Years" groups="base.group_extended"> <page string="Fiscal Years">
<field name="fiscal_ids" nolabel="1" colspan="4"> <field name="fiscal_ids" nolabel="1" colspan="4">
<tree string="Fiscal Year Sequences" editable="bottom"> <tree string="Fiscal Year Sequences" editable="bottom">
<field name="fiscalyear_id"/> <field name="fiscalyear_id"/>

View File

@ -11,7 +11,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/> <field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="active" groups="base.group_extended"/> <field name="active"/>
</group> </group>
<separator string="Mapping" colspan="4"/> <separator string="Mapping" colspan="4"/>
<newline/> <newline/>
@ -90,7 +90,7 @@
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator string="Customer Credit" colspan="2"/> <separator string="Customer Credit" colspan="2"/>
<field name="credit"/> <field name="credit"/>
<field name="credit_limit" groups="base.group_extended"/> <field name="credit_limit"/>
</group> </group>
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator string="Supplier Debit" colspan="2"/> <separator string="Supplier Debit" colspan="2"/>
@ -114,7 +114,7 @@
</group> </group>
<group name="bank" colspan="2" col="2"> <group name="bank" colspan="2" col="2">
<separator colspan="2" string="Information About the Bank"/> <separator colspan="2" string="Information About the Bank"/>
<field name="bank" on_change="onchange_bank_id(bank)" groups="base.group_extended"/> <field name="bank" on_change="onchange_bank_id(bank)"/>
<field name="bank_name"/> <field name="bank_name"/>
<field name="bank_bic"/> <field name="bank_bic"/>
</group> </group>
@ -140,8 +140,7 @@
context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}" context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}"
src_model="res.partner" src_model="res.partner"
view_type="form" view_type="form"
view_mode="tree,form,graph,calendar" view_mode="tree,form,graph,calendar"/>
groups="base.group_extended"/>
<record id="view_res_partner_reconcile" model="ir.ui.view"> <record id="view_res_partner_reconcile" model="ir.ui.view">
<field name="name">res.partner.form.reconcile</field> <field name="name">res.partner.form.reconcile</field>
@ -149,7 +148,7 @@
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="credit_limit" position="after"> <field name="credit_limit" position="after">
<field name="last_reconciliation_date" groups="base.group_extended"/> <field name="last_reconciliation_date"/>
</field> </field>
</field> </field>
</record> </record>

View File

@ -9,11 +9,11 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<notebook position="inside"> <notebook position="inside">
<page string="Accounting"> <page string="Accounting">
<group name="properties" groups="base.group_extended"> <group name="properties">
<separator string="Sales Properties" colspan="2"/> <separator string="Sales Properties" colspan="2"/>
<separator string="Purchase Properties" colspan="2"/> <separator string="Purchase Properties" colspan="2"/>
<field name="property_account_income" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('sale_ok','=',0)]}" groups="base.group_extended"/> <field name="property_account_income" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('sale_ok','=',0)]}"/>
<field name="property_account_expense" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" groups="base.group_extended"/> <field name="property_account_expense" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}"/>
</group> </group>
<newline/> <newline/>
<group colspan="2"> <group colspan="2">

View File

@ -10,7 +10,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree toolbar="1" colors="red:state=='pending';grey:state in ('cancelled','close');blue:type=='view'" string="Analytic Accounts"> <tree toolbar="1" colors="red:state=='pending';grey:state in ('cancelled','close');blue:type=='view'" string="Analytic Accounts">
<field name="complete_name"/> <field name="complete_name"/>
<field name="code" groups="base.group_extended"/> <field name="code"/>
<field name="quantity"/> <field name="quantity"/>
<field name="date"/> <field name="date"/>
<field name="date_start" invisible="1"/> <field name="date_start" invisible="1"/>
@ -60,12 +60,12 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree colors="blue:state=='pending';grey:state in ('close','cancelled');blue:type=='view'" string="Analytic account" toolbar="1"> <tree colors="blue:state=='pending';grey:state in ('close','cancelled');blue:type=='view'" string="Analytic account" toolbar="1">
<field name="name"/> <field name="name"/>
<field name="code" groups="base.group_extended"/> <field name="code"/>
<field name="debit"/> <field name="debit"/>
<field name="credit"/> <field name="credit"/>
<field name="balance"/> <field name="balance"/>
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
<field name="currency_id" groups="base.group_extended"/> <field name="currency_id"/>
<field name="date" invisible="1"/> <field name="date" invisible="1"/>
<field name="user_id" invisible="1"/> <field name="user_id" invisible="1"/>
<field name="partner_id" invisible="1"/> <field name="partner_id" invisible="1"/>
@ -83,8 +83,8 @@
<form string="Analytic account"> <form string="Analytic account">
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="name" colspan="4"/> <field name="name" colspan="4"/>
<field name="code" groups="base.group_extended"/> <field name="code"/>
<field name="parent_id" on_change="on_change_parent(parent_id)" groups="base.group_extended"/> <field name="parent_id" on_change="on_change_parent(parent_id)"/>
<field name="company_id" on_change="on_change_company(company_id)" select="2" widget="selection" groups="base.group_multi_company" attrs="{'required': [('type','&lt;&gt;','view')]}"/> <field name="company_id" on_change="on_change_company(company_id)" select="2" widget="selection" groups="base.group_multi_company" attrs="{'required': [('type','&lt;&gt;','view')]}"/>
<field name="type" select="2"/> <field name="type" select="2"/>
</group> </group>
@ -172,7 +172,7 @@
<field name="unit_amount" colspan="2"/> <field name="unit_amount" colspan="2"/>
<field name="product_uom_id" colspan="2" nolabel="1"/> <field name="product_uom_id" colspan="2" nolabel="1"/>
</group> </group>
<group colspan="2" col="2" groups="base.group_extended"> <group colspan="2" col="2">
<separator string="General Accounting" colspan="2"/> <separator string="General Accounting" colspan="2"/>
<field name="general_account_id"/> <field name="general_account_id"/>
<field name="move_id" readonly="1"/> <field name="move_id" readonly="1"/>
@ -220,7 +220,7 @@
</group> </group>
<newline/> <newline/>
<group string="Group By..." expand="0"> <group string="Group By..." expand="0">
<filter string="Account" context="{'group_by':'account_id'}" groups="base.group_extended" icon="terp-folder-green"/> <filter string="Account" context="{'group_by':'account_id'}" icon="terp-folder-green"/>
<filter string="Journal" context="{'group_by':'journal_id'}" icon="terp-folder-orange"/> <filter string="Journal" context="{'group_by':'journal_id'}" icon="terp-folder-orange"/>
<filter string="User" context="{'group_by':'user_id'}" icon="terp-personal"/> <filter string="User" context="{'group_by':'user_id'}" icon="terp-personal"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
@ -265,7 +265,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Project line"> <form string="Project line">
<field name="name"/> <field name="name"/>
<field name="account_id" groups="base.group_extended"/> <field name="account_id"/>
<field name="date" on_change="on_change_unit_amount(product_id, unit_amount, company_id, product_uom_id)"/> <field name="date" on_change="on_change_unit_amount(product_id, unit_amount, company_id, product_uom_id)"/>
<field name="journal_id"/> <field name="journal_id"/>
<field name="unit_amount" on_change="on_change_unit_amount(product_id, unit_amount, company_id, product_uom_id)"/> <field name="unit_amount" on_change="on_change_unit_amount(product_id, unit_amount, company_id, product_uom_id)"/>

View File

@ -88,7 +88,7 @@
<field name="period_id"/> <field name="period_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="fiscalyear_id"/> <field name="fiscalyear_id"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="product_id"/> <field name="product_id"/>

View File

@ -33,7 +33,7 @@
<button string="Install More Chart Templates" icon="gtk-go-forward" <button string="Install More Chart Templates" icon="gtk-go-forward"
name="%(open_account_charts_modules)d" type="action"/> name="%(open_account_charts_modules)d" type="action"/>
<field name ="code_digits" groups="account.group_account_user"/> <field name ="code_digits" groups="account.group_account_user"/>
<field name ="seq_journal" groups="base.group_extended"/> <field name ="seq_journal"/>
<newline/> <newline/>
<field name ="complete_tax_set" invisible="1"/> <field name ="complete_tax_set" invisible="1"/>
<field name="sale_tax" attrs="{'invisible': ['|', ('chart_template_id','=',False), ('complete_tax_set','=',False)]}" <field name="sale_tax" attrs="{'invisible': ['|', ('chart_template_id','=',False), ('complete_tax_set','=',False)]}"

View File

@ -49,8 +49,7 @@
name="Automatic Reconciliation" name="Automatic Reconciliation"
action="action_account_automatic_reconcile" action="action_account_automatic_reconcile"
id="menu_automatic_reconcile" id="menu_automatic_reconcile"
parent="periodical_processing_reconciliation" parent="periodical_processing_reconciliation"/>
groups="base.group_extended"/>
<record id="account_automatic_reconcile_view1" model="ir.ui.view"> <record id="account_automatic_reconcile_view1" model="ir.ui.view">
<field name="name">Automatic reconcile unreconcile</field> <field name="name">Automatic reconcile unreconcile</field>

View File

@ -194,7 +194,7 @@ class account_analytic_plan_instance(osv.osv):
<field name="account%d_ids" string="%s" nolabel="1" colspan="4"> <field name="account%d_ids" string="%s" nolabel="1" colspan="4">
<tree string="%s" editable="bottom"> <tree string="%s" editable="bottom">
<field name="rate"/> <field name="rate"/>
<field name="analytic_account_id" domain="[('parent_id','child_of',[%d])]" groups="base.group_extended"/> <field name="analytic_account_id" domain="[('parent_id','child_of',[%d])]" groups="analytic.group_analytic_accounting"/>
</tree> </tree>
</field> </field>
<newline/>"""%(i,tools.to_xml(line.name),tools.to_xml(line.name),line.root_analytic_id and line.root_analytic_id.id or 0) <newline/>"""%(i,tools.to_xml(line.name),tools.to_xml(line.name),line.root_analytic_id and line.root_analytic_id.id or 0)

View File

@ -94,7 +94,7 @@
<separator string="Other Information" colspan="4"/> <separator string="Other Information" colspan="4"/>
<field name="partner_id"/> <field name="partner_id"/>
<field name="purchase_date"/> <field name="purchase_date"/>
<field name="parent_id" groups="base.group_extended"/> <field name="parent_id"/>
<newline/> <newline/>
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Depreciation Dates" colspan="2"/> <separator string="Depreciation Dates" colspan="2"/>
@ -290,7 +290,6 @@
<menuitem id="menu_finance_assets" name="Assets" parent="account.menu_finance" sequence="9"/> <menuitem id="menu_finance_assets" name="Assets" parent="account.menu_finance" sequence="9"/>
<menuitem parent="menu_finance_assets" id="menu_action_account_asset_asset_tree" <menuitem parent="menu_finance_assets" id="menu_action_account_asset_asset_tree"
groups="base.group_extended"
sequence="100" sequence="100"
action="action_account_asset_asset_tree"/> action="action_account_asset_asset_tree"/>

View File

@ -66,7 +66,7 @@
<field name="depreciation_date"/> <field name="depreciation_date"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="partner_id"/> <field name="partner_id"/>
<field name="purchase_date"/> <field name="purchase_date"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/> <field name="company_id" groups="base.group_multi_company" widget="selection"/>

View File

@ -70,7 +70,7 @@
<tree editable="bottom" string="Statement Lines"> <tree editable="bottom" string="Statement Lines">
<field name="sequence" readonly="1" invisible="1"/> <field name="sequence" readonly="1" invisible="1"/>
<field name="journal_id" readonly="1"/> <field name="journal_id" readonly="1"/>
<field name="date" readonly="1" groups="base.group_extended"/> <field name="date" readonly="1"/>
<field name="val_date" readonly="1"/> <field name="val_date" readonly="1"/>
<field name="name"/> <field name="name"/>
<field name="statement_id" readonly="1"/> <field name="statement_id" readonly="1"/>

View File

@ -0,0 +1,374 @@
# Swedish translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-02-08 00:35+0000\n"
"PO-Revision-Date: 2012-04-25 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-04-26 04:41+0000\n"
"X-Generator: Launchpad (build 15149)\n"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Search Bank Transactions"
msgstr "Sök banktransaktioner"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
#: selection:account.bank.statement.line,state:0
msgid "Confirmed"
msgstr "Bekräftad"
#. module: account_bank_statement_extensions
#: view:account.bank.statement:0
#: view:account.bank.statement.line:0
msgid "Glob. Id"
msgstr "Glob. Id"
#. module: account_bank_statement_extensions
#: selection:account.bank.statement.line.global,type:0
msgid "CODA"
msgstr "CODA"
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,parent_id:0
msgid "Parent Code"
msgstr "Förälderns kod"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Debit"
msgstr "Debet"
#. module: account_bank_statement_extensions
#: view:cancel.statement.line:0
#: model:ir.actions.act_window,name:account_bank_statement_extensions.action_cancel_statement_line
#: model:ir.model,name:account_bank_statement_extensions.model_cancel_statement_line
msgid "Cancel selected statement lines"
msgstr ""
#. module: account_bank_statement_extensions
#: constraint:res.partner.bank:0
msgid "The RIB and/or IBAN is not valid"
msgstr "RIB och/eller IBAN är felaktig"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Group By..."
msgstr "Gruppera på..."
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,state:0
msgid "State"
msgstr "Tillstånd"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
#: selection:account.bank.statement.line,state:0
msgid "Draft"
msgstr "Utkast"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Statement"
msgstr "Kontoutdrag"
#. module: account_bank_statement_extensions
#: view:confirm.statement.line:0
#: model:ir.actions.act_window,name:account_bank_statement_extensions.action_confirm_statement_line
#: model:ir.model,name:account_bank_statement_extensions.model_confirm_statement_line
msgid "Confirm selected statement lines"
msgstr "Bekräfta valda kontoutdragsrader"
#. module: account_bank_statement_extensions
#: report:bank.statement.balance.report:0
#: model:ir.actions.report.xml,name:account_bank_statement_extensions.bank_statement_balance_report
msgid "Bank Statement Balances Report"
msgstr "Bankbalansrapport"
#. module: account_bank_statement_extensions
#: view:cancel.statement.line:0
msgid "Cancel Lines"
msgstr "Avbryt raderna"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line.global:0
#: model:ir.model,name:account_bank_statement_extensions.model_account_bank_statement_line_global
msgid "Batch Payment Info"
msgstr "Batchbetalningsinformation"
#. module: account_bank_statement_extensions
#: view:confirm.statement.line:0
msgid "Confirm Lines"
msgstr "Bekräfta raderna"
#. module: account_bank_statement_extensions
#: code:addons/account_bank_statement_extensions/account_bank_statement.py:130
#, python-format
msgid ""
"Delete operation not allowed ! Please go to the associated bank "
"statement in order to delete and/or modify this bank statement line"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,type:0
msgid "Type"
msgstr "Typ"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
#: field:account.bank.statement.line,journal_id:0
#: report:bank.statement.balance.report:0
msgid "Journal"
msgstr "Journal"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Confirmed Statement Lines."
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Credit Transactions."
msgstr ""
#. module: account_bank_statement_extensions
#: model:ir.actions.act_window,help:account_bank_statement_extensions.action_cancel_statement_line
msgid "cancel selected statement lines."
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,counterparty_number:0
msgid "Counterparty Number"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line.global:0
msgid "Transactions"
msgstr ""
#. module: account_bank_statement_extensions
#: code:addons/account_bank_statement_extensions/account_bank_statement.py:130
#, python-format
msgid "Warning"
msgstr "Varning"
#. module: account_bank_statement_extensions
#: report:bank.statement.balance.report:0
msgid "Closing Balance"
msgstr "Utgående balans"
#. module: account_bank_statement_extensions
#: report:bank.statement.balance.report:0
msgid "Date"
msgstr "Datum"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
#: field:account.bank.statement.line,globalisation_amount:0
msgid "Glob. Amount"
msgstr "Glob belopp"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Debit Transactions."
msgstr "Debettransaktioner"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Extended Filters..."
msgstr "Utökade filter..."
#. module: account_bank_statement_extensions
#: view:confirm.statement.line:0
msgid "Confirmed lines cannot be changed anymore."
msgstr "Bekräftade rader kan inte längre ändras."
#. module: account_bank_statement_extensions
#: constraint:res.partner.bank:0
msgid ""
"\n"
"Please define BIC/Swift code on bank for bank type IBAN Account to make "
"valid payments"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,val_date:0
msgid "Valuta Date"
msgstr "Valutadatum"
#. module: account_bank_statement_extensions
#: model:ir.actions.act_window,help:account_bank_statement_extensions.action_confirm_statement_line
msgid "Confirm selected statement lines."
msgstr "Bekräfta valda rader från kontoutdraget."
#. module: account_bank_statement_extensions
#: view:cancel.statement.line:0
msgid "Are you sure you want to cancel the selected Bank Statement lines ?"
msgstr ""
#. module: account_bank_statement_extensions
#: report:bank.statement.balance.report:0
msgid "Name"
msgstr "Namn"
#. module: account_bank_statement_extensions
#: selection:account.bank.statement.line.global,type:0
msgid "ISO 20022"
msgstr "ISO 20022"
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Notes"
msgstr "Anteckningar"
#. module: account_bank_statement_extensions
#: selection:account.bank.statement.line.global,type:0
msgid "Manual"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Credit"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,amount:0
msgid "Amount"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Fin.Account"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,counterparty_currency:0
msgid "Counterparty Currency"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,counterparty_bic:0
msgid "Counterparty BIC"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,child_ids:0
msgid "Child Codes"
msgstr ""
#. module: account_bank_statement_extensions
#: view:confirm.statement.line:0
msgid "Are you sure you want to confirm the selected Bank Statement lines ?"
msgstr ""
#. module: account_bank_statement_extensions
#: constraint:account.bank.statement.line:0
msgid ""
"The amount of the voucher must be the same amount as the one on the "
"statement line"
msgstr ""
#. module: account_bank_statement_extensions
#: help:account.bank.statement.line,globalisation_id:0
msgid ""
"Code to identify transactions belonging to the same globalisation level "
"within a batch payment"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Draft Statement Lines."
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Glob. Am."
msgstr ""
#. module: account_bank_statement_extensions
#: model:ir.model,name:account_bank_statement_extensions.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,code:0
msgid "Code"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,counterparty_name:0
msgid "Counterparty Name"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,name:0
msgid "Communication"
msgstr ""
#. module: account_bank_statement_extensions
#: model:ir.model,name:account_bank_statement_extensions.model_res_partner_bank
msgid "Bank Accounts"
msgstr ""
#. module: account_bank_statement_extensions
#: constraint:account.bank.statement:0
msgid "The journal and period chosen have to belong to the same company."
msgstr ""
#. module: account_bank_statement_extensions
#: model:ir.model,name:account_bank_statement_extensions.model_account_bank_statement
msgid "Bank Statement"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Statement Line"
msgstr ""
#. module: account_bank_statement_extensions
#: sql_constraint:account.bank.statement.line.global:0
msgid "The code must be unique !"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line.global,bank_statement_line_ids:0
#: model:ir.actions.act_window,name:account_bank_statement_extensions.action_bank_statement_line
#: model:ir.ui.menu,name:account_bank_statement_extensions.bank_statement_line
msgid "Bank Statement Lines"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line.global:0
msgid "Child Batch Payments"
msgstr ""
#. module: account_bank_statement_extensions
#: view:cancel.statement.line:0
#: view:confirm.statement.line:0
msgid "Cancel"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Statement Lines"
msgstr ""
#. module: account_bank_statement_extensions
#: view:account.bank.statement.line:0
msgid "Total Amount"
msgstr ""
#. module: account_bank_statement_extensions
#: field:account.bank.statement.line,globalisation_id:0
msgid "Globalisation ID"
msgstr ""

View File

@ -215,7 +215,7 @@
<menuitem action="action_account_coda_comm_type_form" id="menu_action_account_coda_comm_type_form" parent="menu_manage_coda" sequence="5" groups="base.group_no_one"/> <menuitem action="action_account_coda_comm_type_form" id="menu_action_account_coda_comm_type_form" parent="menu_manage_coda" sequence="5" groups="base.group_no_one"/>
<!-- CODA Processing --> <!-- CODA Processing -->
<menuitem name="CODA Processing" parent="account.menu_finance_bank_and_cash" id="menu_account_coda" groups="base.group_extended" sequence="40"/> <menuitem name="CODA Processing" parent="account.menu_finance_bank_and_cash" id="menu_account_coda" sequence="40"/>
<menuitem name="Import CODA Files" parent="menu_account_coda" id="menu_account_coda_import" action="action_account_coda_import" sequence="41"/> <menuitem name="Import CODA Files" parent="menu_account_coda" id="menu_account_coda_import" action="action_account_coda_import" sequence="41"/>
<!-- CODA Files --> <!-- CODA Files -->
@ -415,7 +415,7 @@
<tree editable="bottom" string="CODA Statement Lines"> <tree editable="bottom" string="CODA Statement Lines">
<field name="sequence" readonly="1" invisible="1"/> <field name="sequence" readonly="1" invisible="1"/>
<field name="coda_bank_account_id" readonly="1"/> <field name="coda_bank_account_id" readonly="1"/>
<field name="date" readonly="1" groups="base.group_extended"/> <field name="date" readonly="1"/>
<field name="val_date" readonly="1"/> <field name="val_date" readonly="1"/>
<field name="name"/> <field name="name"/>
<field name="statement_id" readonly="1"/> <field name="statement_id" readonly="1"/>

View File

@ -9,7 +9,7 @@
<tree string="Follow-Up Steps"> <tree string="Follow-Up Steps">
<field name="name"/> <field name="name"/>
<field name="delay"/> <field name="delay"/>
<field name="start" groups="base.group_extended"/> <field name="start"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -23,7 +23,7 @@
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="name"/> <field name="name"/>
<field name="delay"/> <field name="delay"/>
<field name="start" groups="base.group_extended"/> <field name="start"/>
</group> </group>
<newline/> <newline/>
<separator string="Message" colspan="4"/> <separator string="Message" colspan="4"/>

View File

@ -6,7 +6,6 @@
model="account.voucher" model="account.voucher"
name="voucher.cash_receipt.drcr" name="voucher.cash_receipt.drcr"
rml="account_voucher/report/account_voucher.rml" rml="account_voucher/report/account_voucher.rml"
groups="base.group_extended"
auto="False" auto="False"
header = "False" header = "False"
menu="True"/> --> menu="True"/> -->

View File

@ -12,7 +12,7 @@
<field name="reference"/> <field name="reference"/>
<field name="partner_id"/> <field name="partner_id"/>
<field name="journal_id"/> <field name="journal_id"/>
<field name="period_id" groups="base.group_extended" invisible="context.get('visible', True)"/> <field name="period_id" invisible="context.get('visible', True)"/>
<field name="type" invisible="context.get('visible', True)"/> <field name="type" invisible="context.get('visible', True)"/>
<field name="amount" sum="Total Amount"/> <field name="amount" sum="Total Amount"/>
<field name="audit"/> <field name="audit"/>
@ -74,12 +74,12 @@
</group> </group>
<group col="4" colspan="1" attrs="{'invisible':[('type','in',['payment', 'receipt', False])]}"> <group col="4" colspan="1" attrs="{'invisible':[('type','in',['payment', 'receipt', False])]}">
<separator string="Total" colspan="4"/> <separator string="Total" colspan="4"/>
<field name="tax_id" on_change="onchange_price(line_ids, tax_id, partner_id)" widget="selection"/><field name="tax_amount" nolabel="1"/><button type="object" icon="terp-stock_format-scientific" name="compute_tax" groups="base.group_extended" string="Compute Tax" attrs="{'invisible': [('state','!=','draft')]}"/> <field name="tax_id" on_change="onchange_price(line_ids, tax_id, partner_id)" widget="selection"/><field name="tax_amount" nolabel="1"/><button type="object" icon="terp-stock_format-scientific" name="compute_tax" string="Compute Tax" attrs="{'invisible': [('state','!=','draft')]}"/>
<label colspan="1" string=""/><field name="amount" string="Total"/> <label colspan="1" string=""/><field name="amount" string="Total"/>
</group> </group>
</group> </group>
</page> </page>
<page string="Journal Items" groups="base.group_extended" attrs="{'invisible': [('state','!=','posted')]}"> <page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="period_id"/> <field name="period_id"/>
<field name="audit"/> <field name="audit"/>
@ -123,7 +123,7 @@
<filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/> <filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/>
<filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/> <filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted'), ('audit','=',False)]" groups="base.group_extended" help="To Review"/> <filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted'), ('audit','=',False)]" help="To Review"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="date"/> <field name="date"/>
<field name="number"/> <field name="number"/>
@ -132,7 +132,7 @@
<newline/> <newline/>
<group> <group>
<field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" /> <field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" />
<field name="period_id" groups="base.group_extended"/> <field name="period_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">

View File

@ -79,7 +79,7 @@
<field name="partner_id"/> <field name="partner_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="journal_id" widget="selection"/> <field name="journal_id" widget="selection"/>
<field name="pay_now"/> <field name="pay_now"/>
<field name="account_id"/> <field name="account_id"/>
@ -124,4 +124,4 @@
<menuitem action="action_sale_receipt_report_all" id="menu_action_sale_receipt_report_all" parent="account.menu_finance_statistic_report_statement" sequence="3"/> <menuitem action="action_sale_receipt_report_all" id="menu_action_sale_receipt_report_all" parent="account.menu_finance_statistic_report_statement" sequence="3"/>
</data> </data>
</openerp> </openerp>

View File

@ -12,7 +12,7 @@
<filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/> <filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/>
<filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/> <filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" groups="base.group_extended" help="To Review"/> <filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" help="To Review"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="date"/> <field name="date"/>
<field name="number"/> <field name="number"/>
@ -21,7 +21,7 @@
<newline/> <newline/>
<group> <group>
<field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('bank','cash'))]"/> <field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('bank','cash'))]"/>
<field name="period_id" groups="base.group_extended"/> <field name="period_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
@ -45,7 +45,7 @@
<filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/> <filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/>
<filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/> <filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" groups="base.group_extended" help="To Review"/> <filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" help="To Review"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="date"/> <field name="date"/>
<field name="number"/> <field name="number"/>
@ -54,7 +54,7 @@
<newline/> <newline/>
<group> <group>
<field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('bank','cash'))]"/> <field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('bank','cash'))]"/>
<field name="period_id" groups="base.group_extended"/> <field name="period_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
@ -98,7 +98,7 @@
on_change="onchange_move_line_id(move_line_id)" on_change="onchange_move_line_id(move_line_id)"
domain="[('account_id.type','=','payable'), ('reconcile_id','=', False), ('partner_id','=',parent.partner_id)]" domain="[('account_id.type','=','payable'), ('reconcile_id','=', False), ('partner_id','=',parent.partner_id)]"
/> />
<field name="account_id" groups="base.group_extended" domain="[('type','=','payable')]"/> <field name="account_id" domain="[('type','=','payable')]"/>
<field name="date_original" readonly="1"/> <field name="date_original" readonly="1"/>
<field name="date_due" readonly="1"/> <field name="date_due" readonly="1"/>
<field name="amount_original" readonly="1"/> <field name="amount_original" readonly="1"/>
@ -112,7 +112,7 @@
on_change="onchange_move_line_id(move_line_id)" on_change="onchange_move_line_id(move_line_id)"
domain="[('account_id.type','=','payable'), ('reconcile_id','=', False), ('partner_id','=',parent.partner_id)]" domain="[('account_id.type','=','payable'), ('reconcile_id','=', False), ('partner_id','=',parent.partner_id)]"
/> />
<field name="account_id" groups="base.group_extended" domain="[('type','=','payable')]"/> <field name="account_id" domain="[('type','=','payable')]"/>
<field name="date_original" readonly="1"/> <field name="date_original" readonly="1"/>
<field name="date_due" readonly="1"/> <field name="date_due" readonly="1"/>
<field name="amount_original" readonly="1"/> <field name="amount_original" readonly="1"/>
@ -127,9 +127,9 @@
<group col="4" colspan="1"> <group col="4" colspan="1">
<separator string="Other Information" colspan="4"/> <separator string="Other Information" colspan="4"/>
<field name="currency_id" colspan="4"/> <field name="currency_id" colspan="4"/>
<field name="payment_rate" required="1" on_change="onchange_rate(payment_rate, amount, currency_id, payment_rate_currency_id, company_id, context)" groups='base.group_extended' colspan="3"/> <field name="payment_rate" required="1" on_change="onchange_rate(payment_rate, amount, currency_id, payment_rate_currency_id, company_id, context)" colspan="3"/>
<field name="payment_rate_currency_id" groups='base.group_extended' colspan="1" nolabel="1" on_change="onchange_payment_rate_currency(currency_id, payment_rate, payment_rate_currency_id, date, amount, company_id, context)"/> <field name="payment_rate_currency_id" colspan="1" nolabel="1" on_change="onchange_payment_rate_currency(currency_id, payment_rate, payment_rate_currency_id, date, amount, company_id, context)"/>
<field name="paid_amount_in_company_currency" groups='base.group_extended' colspan="4" invisible="1"/> <field name="paid_amount_in_company_currency" colspan="4" invisible="1"/>
<field name="number" colspan="4"/> <field name="number" colspan="4"/>
</group> </group>
</page> </page>
@ -206,9 +206,9 @@
<group col="4" colspan="1" attrs="{'invisible':[('currency_id','=',False),('is_multi_currency','=',False)]}"> <group col="4" colspan="1" attrs="{'invisible':[('currency_id','=',False),('is_multi_currency','=',False)]}">
<separator string="Currency Options" colspan="4"/> <separator string="Currency Options" colspan="4"/>
<field name="is_multi_currency" invisible="1"/> <field name="is_multi_currency" invisible="1"/>
<field name="payment_rate" required="1" on_change="onchange_rate(payment_rate, amount, currency_id, payment_rate_currency_id, company_id, context)" groups='base.group_extended' colspan="3"/> <field name="payment_rate" required="1" on_change="onchange_rate(payment_rate, amount, currency_id, payment_rate_currency_id, company_id, context)" colspan="3"/>
<field name="payment_rate_currency_id" groups='base.group_extended' colspan="1" nolabel="1" on_change="onchange_payment_rate_currency(currency_id, payment_rate, payment_rate_currency_id, date, amount, company_id, context)"/> <field name="payment_rate_currency_id" colspan="1" nolabel="1" on_change="onchange_payment_rate_currency(currency_id, payment_rate, payment_rate_currency_id, date, amount, company_id, context)"/>
<field name="paid_amount_in_company_currency" groups='base.group_extended' colspan="4" invisible="1"/> <field name="paid_amount_in_company_currency" colspan="4" invisible="1"/>
</group> </group>
<group col="2" colspan="1"> <group col="2" colspan="1">
<separator string="Payment Options" colspan="2"/> <separator string="Payment Options" colspan="2"/>
@ -224,7 +224,7 @@
</group> </group>
</group> </group>
</page> </page>
<page string="Journal Items" groups="base.group_extended" attrs="{'invisible': [('state','!=','posted')]}"> <page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="period_id"/> <field name="period_id"/>
<field name="audit"/> <field name="audit"/>
@ -356,11 +356,11 @@
</group> </group>
<group col="2" colspan="1"> <group col="2" colspan="1">
<group col="4" colspan="1" attrs="{'invisible':[('currency_id','=',False),('is_multi_currency','=',False)]}"> <group col="4" colspan="1" attrs="{'invisible':[('currency_id','=',False),('is_multi_currency','=',False)]}">
<separator string="Currency Options" colspan="4" groups='base.group_extended'/> <separator string="Currency Options" colspan="4"/>
<field name="is_multi_currency" invisible="1"/> <field name="is_multi_currency" invisible="1"/>
<field name="payment_rate" required="1" on_change="onchange_rate(payment_rate, amount, currency_id, payment_rate_currency_id, company_id, context)" groups='base.group_extended' colspan="3"/> <field name="payment_rate" required="1" on_change="onchange_rate(payment_rate, amount, currency_id, payment_rate_currency_id, company_id, context)" colspan="3"/>
<field name="payment_rate_currency_id" groups='base.group_extended' colspan="1" nolabel="1" on_change="onchange_payment_rate_currency(currency_id, payment_rate, payment_rate_currency_id, date, amount, company_id, context)"/> <field name="payment_rate_currency_id" colspan="1" nolabel="1" on_change="onchange_payment_rate_currency(currency_id, payment_rate, payment_rate_currency_id, date, amount, company_id, context)"/>
<field name="paid_amount_in_company_currency" groups='base.group_extended' colspan="4" invisible="1"/> <field name="paid_amount_in_company_currency" colspan="4" invisible="1"/>
</group> </group>
<group col="2" colspan="1"> <group col="2" colspan="1">
<separator string="Payment Options" colspan="2"/> <separator string="Payment Options" colspan="2"/>
@ -376,7 +376,7 @@
</group> </group>
</group> </group>
</page> </page>
<page string="Journal Items" groups="base.group_extended" attrs="{'invisible': [('state','!=','posted')]}"> <page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="period_id"/> <field name="period_id"/>
<field name="audit"/> <field name="audit"/>

View File

@ -11,7 +11,7 @@
<filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/> <filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/>
<filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/> <filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" groups="base.group_extended" help="To Review"/> <filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" help="To Review"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="date"/> <field name="date"/>
<field name="number"/> <field name="number"/>
@ -20,7 +20,7 @@
<newline/> <newline/>
<group> <group>
<field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('purchase','purchase_refund'))]"/> <field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('purchase','purchase_refund'))]"/>
<field name="period_id" groups="base.group_extended"/> <field name="period_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
@ -43,7 +43,7 @@
<filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/> <filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Vouchers"/>
<filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/> <filter icon="terp-camera_test" string="Posted" domain="[('state','=','posted')]" help="Posted Vouchers"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" groups="base.group_extended" help="To Review"/> <filter icon="terp-gtk-jump-to-ltr" string="To Review" domain="[('state','=','posted')]" help="To Review"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="date"/> <field name="date"/>
<field name="number"/> <field name="number"/>
@ -52,7 +52,7 @@
<newline/> <newline/>
<group> <group>
<field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('sale','sale_refund'))]"/> <field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" domain="[('type','in',('sale','sale_refund'))]"/>
<field name="period_id" groups="base.group_extended"/> <field name="period_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
@ -121,12 +121,12 @@
</group> </group>
<group col="4" colspan="1"> <group col="4" colspan="1">
<separator string="Total" colspan="4"/> <separator string="Total" colspan="4"/>
<field name="tax_id" on_change="onchange_price(line_cr_ids, tax_id, partner_id)" widget="selection" domain="[('type_tax_use','in',('sale','all')), ('parent_id', '=', False)]"/><field name="tax_amount" nolabel="1"/><button type="object" icon="terp-stock_format-scientific" name="compute_tax" groups="base.group_extended" string="Compute Tax" attrs="{'invisible': [('state','!=','draft')]}"/> <field name="tax_id" on_change="onchange_price(line_cr_ids, tax_id, partner_id)" widget="selection" domain="[('type_tax_use','in',('sale','all')), ('parent_id', '=', False)]"/><field name="tax_amount" nolabel="1"/><button type="object" icon="terp-stock_format-scientific" name="compute_tax" string="Compute Tax" attrs="{'invisible': [('state','!=','draft')]}"/>
<label string="" colspan="1"/><field name="amount" string="Total"/> <label string="" colspan="1"/><field name="amount" string="Total"/>
</group> </group>
</group> </group>
</page> </page>
<page string="Journal Items" groups="base.group_extended" attrs="{'invisible': [('state','!=','posted')]}"> <page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="period_id"/> <field name="period_id"/>
<field name="audit"/> <field name="audit"/>
@ -189,7 +189,6 @@
<menuitem id="menu_action_sale_receipt" icon="STOCK_JUSTIFY_FILL" <menuitem id="menu_action_sale_receipt" icon="STOCK_JUSTIFY_FILL"
action="action_sale_receipt" action="action_sale_receipt"
parent="account.menu_finance_receivables" parent="account.menu_finance_receivables"
groups="base.group_extended"
sequence="10"/> sequence="10"/>
<!-- Purchase Vouchers --> <!-- Purchase Vouchers -->
@ -242,12 +241,12 @@
</group> </group>
<group col="4" colspan="1"> <group col="4" colspan="1">
<separator string="Total" colspan="4"/> <separator string="Total" colspan="4"/>
<field name="tax_id" on_change="onchange_price(line_dr_ids, tax_id, partner_id)" widget="selection" domain="[('type_tax_use','in',('purchase','all')), ('parent_id', '=', False)]"/><field name="tax_amount" nolabel="1"/><button type="object" icon="terp-stock_format-scientific" name="compute_tax" string="Compute Tax" groups="base.group_extended" attrs="{'invisible': [('state','!=','draft')]}"/> <field name="tax_id" on_change="onchange_price(line_dr_ids, tax_id, partner_id)" widget="selection" domain="[('type_tax_use','in',('purchase','all')), ('parent_id', '=', False)]"/><field name="tax_amount" nolabel="1"/><button type="object" icon="terp-stock_format-scientific" name="compute_tax" string="Compute Tax" attrs="{'invisible': [('state','!=','draft')]}"/>
<label string="" colspan="1"/><field name="amount" string="Total"/> <label string="" colspan="1"/><field name="amount" string="Total"/>
</group> </group>
</group> </group>
</page> </page>
<page string="Journal Items" groups="base.group_extended" attrs="{'invisible': [('state','!=','posted')]}"> <page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="period_id"/> <field name="period_id"/>
<field name="audit"/> <field name="audit"/>
@ -306,8 +305,7 @@
</record> </record>
<menuitem id="menu_action_purchase_receipt" icon="STOCK_JUSTIFY_FILL" <menuitem id="menu_action_purchase_receipt" icon="STOCK_JUSTIFY_FILL"
action="action_purchase_receipt" parent="account.menu_finance_payables" sequence="10" action="action_purchase_receipt" parent="account.menu_finance_payables" sequence="10"/>
groups="base.group_extended"/>
</data> </data>
</openerp> </openerp>

View File

@ -8,7 +8,7 @@
sequence="9" sequence="9"
web_icon="images/association.png" web_icon="images/association.png"
web_icon_hover="images/association-hover.png"/> web_icon_hover="images/association-hover.png"/>
<menuitem name="Configuration" id="base.menu_event_config" parent="base.menu_association" sequence="30" groups="base.group_extended"/> <menuitem name="Configuration" id="base.menu_event_config" parent="base.menu_association" sequence="30"/>
<menuitem name="Association" id="base.menu_report_association" parent="base.menu_reporting" sequence="23"/> <menuitem name="Association" id="base.menu_report_association" parent="base.menu_reporting" sequence="23"/>
</data> </data>
</openerp> </openerp>

View File

@ -389,7 +389,7 @@
</form> </form>
</field> </field>
</page> </page>
<page string="History" groups="base.group_extended"> <page string="History">
<group colspan="2" col="2"> <group colspan="2" col="2">
<field name="statement_id" domain="[('state','=','draft')]" colspan="4" nolabel="1" <field name="statement_id" domain="[('state','=','draft')]" colspan="4" nolabel="1"
height="575" width="285" widget="one2many_list"> height="575" width="285" widget="one2many_list">

View File

@ -22,7 +22,7 @@
<field name="log_workflow"/> <field name="log_workflow"/>
<separator string="Users (if User is not added then it will applicable for all users)" colspan="4" /> <separator string="Users (if User is not added then it will applicable for all users)" colspan="4" />
<field name="user_id" select="1" colspan="4" nolabel="1" /> <field name="user_id" select="1" colspan="4" nolabel="1" />
<field name="action_id" colspan="4" readonly="1" groups="base.group_extended"/> <field name="action_id" colspan="4" readonly="1" groups="base.group_no_one"/>
<field name="state" select="1" readonly="1" /> <field name="state" select="1" readonly="1" />
<group colspan="2" col="2"> <group colspan="2" col="2">
<button string="_Subscribe" name="subscribe" icon="gtk-ok" <button string="_Subscribe" name="subscribe" icon="gtk-ok"
@ -67,7 +67,7 @@
<field name="object_id"/> <field name="object_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/> <filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group> </group>
</search> </search>
@ -166,7 +166,7 @@
<field name="user_id" widget="selection"/> <field name="user_id" widget="selection"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="User" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/> <filter string="User" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Object" icon="terp-stock_align_left_24" domain="[]" context="{'group_by':'object_id'}"/> <filter string="Object" icon="terp-stock_align_left_24" domain="[]" context="{'group_by':'object_id'}"/>

View File

@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data> <data>
<!-- <menuitem id="base.menu_base_action_rule" name="Automated Actions"
groups="base.group_extended"
parent="base.menu_base_config" sequence="20" />-->
<menuitem id="base.menu_base_action_rule_admin" name="Automated Actions" <menuitem id="base.menu_base_action_rule_admin" name="Automated Actions"
groups="base.group_extended"
parent="base.menu_custom" /> parent="base.menu_custom" />
<!-- <!--

View File

@ -163,7 +163,6 @@
<menuitem id="menu_attendee_invitations" <menuitem id="menu_attendee_invitations"
parent="base.menu_calendar_configuration" parent="base.menu_calendar_configuration"
groups="base.group_extended"
sequence="10" action="action_view_attendee_form" /> sequence="10" action="action_view_attendee_form" />
<!-- ALARM FORM VIEW--> <!-- ALARM FORM VIEW-->
@ -498,7 +497,6 @@
<menuitem id="menu_events" <menuitem id="menu_events"
name="Events" parent="base.menu_calendar_configuration" name="Events" parent="base.menu_calendar_configuration"
groups="base.group_extended"
sequence="15" action="action_view_event" /> sequence="15" action="action_view_event" />
</data> </data>

View File

@ -35,8 +35,7 @@
<menuitem <menuitem
parent="base.menu_custom" parent="base.menu_custom"
name="Module Creation" name="Module Creation"
id="menu_wizard_base_mod_rec" id="menu_wizard_base_mod_rec"/>
groups="base.group_extended"/>
<menuitem <menuitem
parent="menu_wizard_base_mod_rec" parent="menu_wizard_base_mod_rec"

View File

@ -68,7 +68,8 @@
<field name="res_model">base.synchro.obj.line</field> <field name="res_model">base.synchro.obj.line</field>
<field name="view_type">form</field> <field name="view_type">form</field>
</record> </record>
<menuitem id="next_id_63" name="History" groups="base.group_extended" parent="base_synchro.next_id_62"/><menuitem action="action_base_synchro_obj_line_tree" id="menu_action_base_synchro_obj_line_tree" parent="base_synchro.next_id_63"/> <menuitem id="next_id_63" name="History" parent="base_synchro.next_id_62"/>
<menuitem action="action_base_synchro_obj_line_tree" id="menu_action_base_synchro_obj_line_tree" parent="base_synchro.next_id_63"/>
<!--view_base_synchro_obj starts--> <!--view_base_synchro_obj starts-->

View File

@ -11,7 +11,7 @@
<group colspan="2" col="6"> <group colspan="2" col="6">
<field name="vat" on_change="vat_change(vat)"/> <field name="vat" on_change="vat_change(vat)"/>
<button name="button_check_vat" string="Check VAT" type="object" icon="gtk-execute"/> <button name="button_check_vat" string="Check VAT" type="object" icon="gtk-execute"/>
<field name="vat_subjected" colspan="1" groups="base.group_extended" /> <field name="vat_subjected" colspan="1" />
</group> </group>
</field> </field>
</field> </field>
@ -23,7 +23,7 @@
<field name="inherit_id" ref="base.view_company_form"/> <field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="currency_id" position="after"> <field name="currency_id" position="after">
<field name="vat_check_vies" groups="base.group_extended" /> <field name="vat_check_vies" />
</field> </field>
</field> </field>
</record> </record>

View File

@ -83,9 +83,9 @@
<field name="type"/> <field name="type"/>
<field name="user_id"/> <field name="user_id"/>
<field name="collection_id" required="1"/> <field name="collection_id" required="1"/>
<field name="has_webcal" groups="base.group_extended" /> <field name="has_webcal" groups="base.group_no_one" />
<field name="calendar_color" groups="base.group_extended" /> <field name="calendar_color" groups="base.group_no_one" />
<field name="calendar_order" groups="base.group_extended" /> <field name="calendar_order" groups="base.group_no_one" />
<notebook colspan="4"> <notebook colspan="4">
<page string="Calendar Lines"> <page string="Calendar Lines">
<field name="line_ids" mode="form,tree" colspan="4" nolabel="1"> <field name="line_ids" mode="form,tree" colspan="4" nolabel="1">
@ -137,9 +137,9 @@
<field name="type"/> <field name="type"/>
<field name="user_id"/> <field name="user_id"/>
<field name="collection_id" required="1"/> <field name="collection_id" required="1"/>
<field name="has_webcal" groups="base.group_extended" /> <field name="has_webcal" groups="base.group_no_one" />
<field name="calendar_color" groups="base.group_extended" /> <field name="calendar_color" groups="base.group_no_one" />
<field name="calendar_order" groups="base.group_extended" /> <field name="calendar_order" groups="base.group_no_one" />
</tree> </tree>
</field> </field>
</record> </record>

820
addons/caldav/i18n/ja.po Normal file
View File

@ -0,0 +1,820 @@
# Japanese translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-02-08 00:36+0000\n"
"PO-Revision-Date: 2012-04-25 05:32+0000\n"
"Last-Translator: Masaki Yamaya <Unknown>\n"
"Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-04-26 04:41+0000\n"
"X-Generator: Launchpad (build 15149)\n"
#. module: caldav
#: view:basic.calendar:0
msgid "Value Mapping"
msgstr "価値の配分"
#. module: caldav
#: help:caldav.browse,url:0
msgid "Url of the caldav server, use for synchronization"
msgstr "caldavサーバのURL。同期化に使われます。"
#. module: caldav
#: code:addons/caldav/wizard/caldav_browse.py:99
#, python-format
msgid ""
"\n"
"Prerequire\n"
"----------\n"
"There is no buit-in way to synchronize calendar with caldav.\n"
"So you need to install a third part software : Calendar (CalDav)\n"
"for now it's the only one\n"
"\n"
"configuration\n"
"-------------\n"
"\n"
"1. Open Calendar Sync\n"
" I'll get an interface with 2 tabs\n"
" Stay on the first one\n"
"\n"
"2. CaDAV Calendar URL : put the URL given above (ie : "
"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n"
"\n"
"3. Put your openerp username and password\n"
"\n"
"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n"
"\n"
"5. Then you can synchronize manually or custom the settings to synchronize "
"every x minutes.\n"
"\n"
" "
msgstr ""
#. module: caldav
#: field:basic.calendar.alias,name:0
msgid "Filename"
msgstr "ファイル名"
#. module: caldav
#: model:ir.model,name:caldav.model_calendar_event_export
msgid "Event Export"
msgstr ""
#. module: caldav
#: view:calendar.event.subscribe:0
msgid "Provide path for Remote Calendar"
msgstr "遠隔カレンダーへの経路を指定して下さい。"
#. module: caldav
#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values
msgid "Import .ics File"
msgstr ".ics ファイルをインポートして下さい。"
#. module: caldav
#: view:caldav.browse:0
#: view:calendar.event.export:0
msgid "_Close"
msgstr "閉じる(_C)"
#. module: caldav
#: selection:basic.calendar.attributes,type:0
#: selection:basic.calendar.lines,name:0
msgid "Attendee"
msgstr "出席者"
#. module: caldav
#: sql_constraint:basic.calendar.fields:0
msgid "Can not map a field more than once"
msgstr "項目を重複して割当てることはできません。"
#. module: caldav
#: model:ir.actions.act_window,help:caldav.action_caldav_form
msgid ""
"\"Calendars\" allow you to Customize calendar event and todo attribute with "
"any of OpenERP model.Caledars provide iCal Import/Export "
"functionality.Webdav server that provides remote access to calendar.Help You "
"to synchronize Meeting with Calendars client.You can access Calendars using "
"CalDAV clients, like sunbird, Calendar Evaluation, Mobile."
msgstr ""
#. module: caldav
#: code:addons/caldav/calendar.py:789
#: code:addons/caldav/calendar.py:879
#: code:addons/caldav/wizard/calendar_event_import.py:63
#, python-format
msgid "Warning !"
msgstr "警告"
#. module: caldav
#: field:basic.calendar.lines,object_id:0
msgid "Object"
msgstr "オブジェクト"
#. module: caldav
#: view:basic.calendar:0
msgid "Todo"
msgstr "作業項目"
#. module: caldav
#: model:ir.model,name:caldav.model_user_preference
msgid "User preference Form"
msgstr ""
#. module: caldav
#: field:user.preference,service:0
msgid "Services"
msgstr "サービス"
#. module: caldav
#: selection:basic.calendar.fields,fn:0
msgid "Expression as constant"
msgstr "定数の表現"
#. module: caldav
#: selection:user.preference,device:0
msgid "Evolution"
msgstr "評価"
#. module: caldav
#: view:calendar.event.import:0
#: view:calendar.event.subscribe:0
msgid "Ok"
msgstr "OK"
#. module: caldav
#: code:addons/caldav/wizard/caldav_browse.py:123
#, python-format
msgid ""
"\n"
" 1. Go to Calendar View\n"
"\n"
" 2. File -> New -> Calendar\n"
"\n"
" 3. Fill the form\n"
" - type : CalDav\n"
" - name : Whaterver you want (ie : Meeting)\n"
" - url : "
"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : "
"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one "
"given on the top of this window\n"
" - uncheck \"User SSL\"\n"
" - Username : Your username (ie : Demo)\n"
" - Refresh : everytime you want that evolution synchronize the data "
"with the server\n"
"\n"
" 4. Click ok and give your openerp password\n"
"\n"
" 5. A new calendar named with the name you gave should appear on the left "
"side.\n"
" "
msgstr ""
#. module: caldav
#: code:addons/caldav/calendar.py:879
#, python-format
msgid "Please provide proper configuration of \"%s\" in Calendar Lines"
msgstr ""
#. module: caldav
#: view:user.preference:0
msgid "Caldav's host name configuration"
msgstr ""
#. module: caldav
#: field:caldav.browse,url:0
msgid "Caldav Server"
msgstr ""
#. module: caldav
#: selection:basic.calendar.fields,fn:0
msgid "Datetime In UTC"
msgstr ""
#. module: caldav
#: selection:user.preference,device:0
msgid "iPhone"
msgstr ""
#. module: caldav
#: selection:basic.calendar,type:0
#: selection:basic.calendar.attributes,type:0
#: selection:basic.calendar.lines,name:0
msgid "TODO"
msgstr ""
#. module: caldav
#: view:calendar.event.export:0
msgid "Export ICS"
msgstr ""
#. module: caldav
#: selection:basic.calendar.fields,fn:0
msgid "Use the field"
msgstr ""
#. module: caldav
#: code:addons/caldav/calendar.py:789
#, python-format
msgid "Can not create line \"%s\" more than once"
msgstr ""
#. module: caldav
#: view:basic.calendar:0
msgid "Webcal Calendar"
msgstr ""
#. module: caldav
#: view:basic.calendar:0
#: field:basic.calendar,line_ids:0
#: model:ir.model,name:caldav.model_basic_calendar_lines
msgid "Calendar Lines"
msgstr "カレンダー行"
#. module: caldav
#: model:ir.model,name:caldav.model_calendar_event_subscribe
msgid "Event subscribe"
msgstr "イベントの予定"
#. module: caldav
#: view:calendar.event.import:0
msgid "Import ICS"
msgstr "ICSをインポート"
#. module: caldav
#: view:calendar.event.import:0
#: view:calendar.event.subscribe:0
#: view:user.preference:0
msgid "_Cancel"
msgstr "キャンセル( _C )"
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_event
msgid "basic.calendar.event"
msgstr "basic.calendar.event"
#. module: caldav
#: view:basic.calendar:0
#: selection:basic.calendar,type:0
#: selection:basic.calendar.attributes,type:0
#: selection:basic.calendar.lines,name:0
msgid "Event"
msgstr "イベント"
#. module: caldav
#: field:document.directory,calendar_collection:0
#: field:user.preference,collection:0
msgid "Calendar Collection"
msgstr "カレンダー収集"
#. module: caldav
#: constraint:document.directory:0
msgid "Error! You can not create recursive Directories."
msgstr "エラー:ディレクトリを重複して作ることはできません。"
#. module: caldav
#: view:user.preference:0
msgid "_Open"
msgstr "開く( _O )"
#. module: caldav
#: view:user.preference:0
msgid "Next"
msgstr "次へ"
#. module: caldav
#: field:basic.calendar,type:0
#: field:basic.calendar.attributes,type:0
#: field:basic.calendar.fields,type_id:0
#: field:basic.calendar.lines,name:0
msgid "Type"
msgstr "タイプ"
#. module: caldav
#: help:calendar.event.export,name:0
msgid "Save in .ics format"
msgstr ""
#. module: caldav
#: code:addons/caldav/calendar.py:1293
#, python-format
msgid "Error !"
msgstr "エラー"
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_attributes
msgid "Calendar attributes"
msgstr "カレンダーの特性"
#. module: caldav
#: model:ir.model,name:caldav.model_caldav_browse
msgid "Caldav Browse"
msgstr "Caldavブラウズ"
#. module: caldav
#: selection:user.preference,device:0
msgid "Android based device"
msgstr "アンドロイド搭載デバイス"
#. module: caldav
#: view:user.preference:0
msgid "Configure your openerp hostname. For example : "
msgstr "OpenERPのホスト名を設定して下さい。例えば "
#. module: caldav
#: field:basic.calendar,create_date:0
msgid "Created Date"
msgstr "作成日"
#. module: caldav
#: view:basic.calendar:0
msgid "Attributes Mapping"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_document_directory
msgid "Directory"
msgstr "ディレクトリ"
#. module: caldav
#: field:calendar.event.subscribe,url_path:0
msgid "Provide path for remote calendar"
msgstr "遠隔カレンダーへの経路を指定して下さい。"
#. module: caldav
#: field:basic.calendar.lines,domain:0
msgid "Domain"
msgstr "ドメイン"
#. module: caldav
#: view:calendar.event.subscribe:0
msgid "_Subscribe"
msgstr "継読する ( _S )"
#. module: caldav
#: field:basic.calendar,user_id:0
msgid "Owner"
msgstr "所有者"
#. module: caldav
#: view:basic.calendar:0
#: field:basic.calendar.alias,cal_line_id:0
#: field:basic.calendar.lines,calendar_id:0
#: model:ir.ui.menu,name:caldav.menu_calendar
#: field:user.preference,calendar:0
msgid "Calendar"
msgstr "カレンダー"
#. module: caldav
#: code:addons/caldav/calendar.py:41
#, python-format
msgid ""
"Please install python-vobject from http://vobject.skyhouseconsulting.com/"
msgstr ""
"http://vobject.skyhouseconsulting.com/ からpython-vobjectをダウンロードして、インストールしてください"
#. module: caldav
#: code:addons/caldav/wizard/calendar_event_import.py:63
#, python-format
msgid "Invalid format of the ics, file can not be imported"
msgstr "ICS の形式が正しくありません。ファイルをインポートできません。"
#. module: caldav
#: selection:user.preference,service:0
msgid "CalDAV"
msgstr "CalDAV"
#. module: caldav
#: field:basic.calendar.fields,field_id:0
msgid "OpenObject Field"
msgstr "OpenObject 項目"
#. module: caldav
#: field:basic.calendar.alias,res_id:0
msgid "Res. ID"
msgstr "応答ID"
#. module: caldav
#: view:calendar.event.subscribe:0
msgid "Message..."
msgstr "メッセージ…"
#. module: caldav
#: view:basic.calendar:0
#: field:basic.calendar,has_webcal:0
msgid "WebCal"
msgstr "WebCal"
#. module: caldav
#: view:document.directory:0
#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form
#: model:ir.ui.menu,name:caldav.menu_calendar_collection
msgid "Calendar Collections"
msgstr "カレンダー収集"
#. module: caldav
#: code:addons/caldav/calendar.py:815
#: sql_constraint:basic.calendar.alias:0
#, python-format
msgid "The same filename cannot apply to two records!"
msgstr ""
#. module: caldav
#: sql_constraint:document.directory:0
msgid "Directory cannot be parent of itself!"
msgstr "ディレクトリはそれ自身の親になれません。"
#. module: caldav
#: view:basic.calendar:0
#: field:document.directory,calendar_ids:0
#: model:ir.actions.act_window,name:caldav.action_caldav_form
#: model:ir.ui.menu,name:caldav.menu_caldav_directories
msgid "Calendars"
msgstr "カレンダー"
#. module: caldav
#: field:basic.calendar,collection_id:0
msgid "Collection"
msgstr "集合"
#. module: caldav
#: field:basic.calendar,write_date:0
msgid "Write Date"
msgstr "日付を入れて下さい。"
#. module: caldav
#: code:addons/caldav/wizard/caldav_browse.py:32
#, python-format
msgid ""
"\n"
" * Webdav server that provides remote access to calendar\n"
" * Synchronisation of calendar using WebDAV\n"
" * Customize calendar event and todo attribute with any of OpenERP model\n"
" * Provides iCal Import/Export functionality\n"
"\n"
" To access Calendars using CalDAV clients, point them to:\n"
" "
"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n"
"\n"
" To access OpenERP Calendar using WebCal to remote site use the URL "
"like:\n"
" "
"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n"
"\n"
" Where,\n"
" HOSTNAME: Host on which OpenERP server(With webdav) is running\n"
" PORT : Port on which OpenERP server is running (By Default : 8069)\n"
" DATABASE_NAME: Name of database on which OpenERP Calendar is "
"created\n"
" "
msgstr ""
#. module: caldav
#: sql_constraint:document.directory:0
msgid "The directory name must be unique !"
msgstr ""
#. module: caldav
#: view:user.preference:0
msgid "User Preference"
msgstr ""
#. module: caldav
#: code:addons/caldav/wizard/calendar_event_subscribe.py:59
#, python-format
msgid "Please provide Proper URL !"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_timezone
msgid "basic.calendar.timezone"
msgstr ""
#. module: caldav
#: field:basic.calendar.fields,expr:0
msgid "Expression"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_attendee
msgid "basic.calendar.attendee"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_alias
msgid "basic.calendar.alias"
msgstr ""
#. module: caldav
#: view:calendar.event.import:0
#: field:calendar.event.import,file_path:0
msgid "Select ICS file"
msgstr ""
#. module: caldav
#: field:user.preference,device:0
msgid "Software/Devices"
msgstr ""
#. module: caldav
#: field:basic.calendar.lines,mapping_ids:0
msgid "Fields Mapping"
msgstr ""
#. module: caldav
#: code:addons/caldav/wizard/caldav_browse.py:141
#, python-format
msgid ""
"\n"
"Prerequire\n"
"----------\n"
"If you are using thunderbird, first you need to install the lightning "
"module\n"
"http://www.mozilla.org/projects/calendar/lightning/\n"
"\n"
"configuration\n"
"-------------\n"
"\n"
"1. Go to Calendar View\n"
"\n"
"2. File -> New Calendar\n"
"\n"
"3. Chosse \"On the Network\"\n"
"\n"
"4. for format choose CalDav\n"
" and as location the url given above (ie : "
"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n"
"\n"
"5. Choose a name and a color for the Calendar, and we advice you to uncheck "
"\"alarm\"\n"
"\n"
"6. Then put your openerp login and password (to give the password only check "
"the box \"Use password Manager to remember this password\"\n"
"\n"
"7. Then Finish, your meetings should appear now in your calendar view\n"
msgstr ""
#. module: caldav
#: view:caldav.browse:0
msgid "Browse caldav"
msgstr ""
#. module: caldav
#: field:user.preference,host_name:0
msgid "Host Name"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar
msgid "basic.calendar"
msgstr ""
#. module: caldav
#: view:basic.calendar:0
msgid "Other Info"
msgstr ""
#. module: caldav
#: selection:user.preference,device:0
msgid "Other"
msgstr ""
#. module: caldav
#: view:basic.calendar:0
msgid "My Calendar(s)"
msgstr ""
#. module: caldav
#: help:basic.calendar,has_webcal:0
msgid ""
"Also export a <name>.ics entry next to the calendar folder, with WebCal "
"content."
msgstr ""
#. module: caldav
#: field:basic.calendar.fields,fn:0
msgid "Function"
msgstr ""
#. module: caldav
#: view:user.preference:0
msgid "database.my.openerp.com or companyserver.com"
msgstr ""
#. module: caldav
#: view:basic.calendar:0
#: field:basic.calendar,description:0
#: view:caldav.browse:0
#: field:caldav.browse,description:0
msgid "Description"
msgstr ""
#. module: caldav
#: help:basic.calendar.alias,cal_line_id:0
msgid "The calendar/line this mapping applies to"
msgstr ""
#. module: caldav
#: field:basic.calendar.fields,mapping:0
msgid "Mapping"
msgstr ""
#. module: caldav
#: code:addons/caldav/wizard/calendar_event_import.py:86
#, python-format
msgid "Import Sucessful"
msgstr ""
#. module: caldav
#: view:calendar.event.import:0
msgid "_Import"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_calendar_event_import
msgid "Event Import"
msgstr ""
#. module: caldav
#: selection:basic.calendar.fields,fn:0
msgid "Interval in hours"
msgstr ""
#. module: caldav
#: field:calendar.event.export,name:0
msgid "File name"
msgstr ""
#. module: caldav
#: view:calendar.event.subscribe:0
msgid "Subscribe to Remote Calendar"
msgstr ""
#. module: caldav
#: help:basic.calendar,calendar_color:0
msgid "For supporting clients, the color of the calendar entries"
msgstr ""
#. module: caldav
#: field:basic.calendar,name:0
#: field:basic.calendar.attributes,name:0
#: field:basic.calendar.fields,name:0
msgid "Name"
msgstr ""
#. module: caldav
#: selection:basic.calendar.attributes,type:0
#: selection:basic.calendar.lines,name:0
msgid "Alarm"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_alarm
msgid "basic.calendar.alarm"
msgstr ""
#. module: caldav
#: code:addons/caldav/calendar.py:1293
#, python-format
msgid "Attendee must have an Email Id"
msgstr ""
#. module: caldav
#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values
msgid "Export .ics File"
msgstr ""
#. module: caldav
#: code:addons/caldav/calendar.py:41
#, python-format
msgid "vobject Import Error!"
msgstr ""
#. module: caldav
#: field:calendar.event.export,file_path:0
msgid "Save ICS file"
msgstr ""
#. module: caldav
#: code:addons/caldav/wizard/caldav_browse.py:50
#, python-format
msgid ""
"\n"
" For SSL specific configuration see the documentation below\n"
"\n"
"Now, to setup the calendars, you need to:\n"
"\n"
"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" "
"page.\n"
"2. Go to \"Add account...\"\n"
"3. Click on \"Other\"\n"
"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n"
"\n"
"5. Enter the host's name\n"
" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , "
"openerp.com is the host)\n"
"\n"
"6. Fill Username and password with your openerp login and password\n"
"\n"
"7. As a description, you can either leave the server's name or\n"
" something like \"OpenERP calendars\".\n"
"\n"
"9. If you are not using a SSL server, you'll get an error, do not worry and "
"push \"Continue\"\n"
"\n"
"10. Then click to \"Advanced Settings\" to specify the right\n"
" ports and paths.\n"
"\n"
"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n"
"\n"
"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n"
" the url given by the wizard (ie : "
"http://my.server.ip:8069/webdav/dbname/calendars/ )\n"
"\n"
"11. Click on Done. The phone will hopefully connect to the OpenERP server\n"
" and verify it can use the account.\n"
"\n"
"12. Go to the main menu of the iPhone and enter the Calendar application.\n"
" Your OpenERP calendars will be visible inside the selection of the\n"
" \"Calendars\" button.\n"
" Note that when creating a new calendar entry, you will have to specify\n"
" which calendar it should be saved at.\n"
"\n"
"IF you need SSL (and your certificate is not a verified one, as usual),\n"
"then you first will need to let the iPhone trust that. Follow these\n"
"steps:\n"
"\n"
" s1. Open Safari and enter the https location of the OpenERP server:\n"
" https://my.server.ip:8071/\n"
" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n"
" is the default 8071)\n"
" s2. Safari will try to connect and issue a warning about the "
"certificate\n"
" used. Inspect the certificate and click \"Accept\" so that iPhone\n"
" now trusts it.\n"
" "
msgstr ""
#. module: caldav
#: selection:user.preference,device:0
msgid "Sunbird/Thunderbird"
msgstr ""
#. module: caldav
#: field:basic.calendar,calendar_order:0
msgid "Order"
msgstr ""
#. module: caldav
#: code:addons/caldav/wizard/calendar_event_subscribe.py:59
#, python-format
msgid "Error!"
msgstr ""
#. module: caldav
#: field:basic.calendar,calendar_color:0
msgid "Color"
msgstr ""
#. module: caldav
#: view:basic.calendar:0
msgid "MY"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_fields
msgid "Calendar fields"
msgstr ""
#. module: caldav
#: view:calendar.event.import:0
msgid "Import Message"
msgstr ""
#. module: caldav
#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe
#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values
msgid "Subscribe"
msgstr ""
#. module: caldav
#: sql_constraint:document.directory:0
msgid "Directory must have a parent or a storage"
msgstr ""
#. module: caldav
#: model:ir.model,name:caldav.model_basic_calendar_todo
msgid "basic.calendar.todo"
msgstr ""
#. module: caldav
#: help:basic.calendar,calendar_order:0
msgid "For supporting clients, the order of this folder among the calendars"
msgstr ""

View File

@ -43,7 +43,7 @@
<act_window <act_window
id="act_crm_opportunity_crm_phonecall_new" id="act_crm_opportunity_crm_phonecall_new"
name="Phone calls" name="Phone calls"
groups="base.group_extended" groups="base.group_sale_salesman"
res_model="crm.phonecall" res_model="crm.phonecall"
src_model="crm.lead" src_model="crm.lead"
view_mode="tree,calendar,form" view_mode="tree,calendar,form"

View File

@ -57,7 +57,7 @@
<button name="case_open" string="Open" states="draft,pending" type="object" icon="gtk-go-forward" /> <button name="case_open" string="Open" states="draft,pending" type="object" icon="gtk-go-forward" />
<button name="case_mark_lost" string="Close" states="open,pending" type="object" icon="gtk-close" /> <button name="case_mark_lost" string="Close" states="open,pending" type="object" icon="gtk-close" />
<button name="case_pending" string="Pending" states="open" type="object" icon="gtk-media-pause" /> <button name="case_pending" string="Pending" states="open" type="object" icon="gtk-media-pause" />
<button name="case_escalate" string="Escalate" states="open,pending" type="object" groups="base.group_extended" icon="gtk-go-up" /> <button name="case_escalate" string="Escalate" states="open,pending" type="object" icon="gtk-go-up" />
<button name="case_reset" string="Reset to Draft" states="done,cancel" type="object" icon="gtk-convert" /> <button name="case_reset" string="Reset to Draft" states="done,cancel" type="object" icon="gtk-convert" />
<div class="oe_right"> <div class="oe_right">
<field name="state" nolabel="1" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/> <field name="state" nolabel="1" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/>
@ -132,7 +132,7 @@
<separator colspan="4" string="Notes"/> <separator colspan="4" string="Notes"/>
<field name="description" nolabel="1" colspan="4"/> <field name="description" nolabel="1" colspan="4"/>
</page> </page>
<page string="Extra Info" groups="base.group_extended"> <page string="Extra Info">
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Categorization" colspan="2" col="2"/> <separator string="Categorization" colspan="2" col="2"/>
<field name="company_id" <field name="company_id"
@ -353,14 +353,14 @@
domain="[('user_id','=', False)]" domain="[('user_id','=', False)]"
help="Unassigned Leads" /> help="Unassigned Leads" />
</field> </field>
<field name="subjects" groups="base.group_extended"/> <field name="subjects"/>
<field name="section_id" widget="selection" <field name="section_id" widget="selection"
context="{'invisible_section': False}"> context="{'invisible_section': False}">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
help="My Sales Team(s)"/> help="My Sales Team(s)"/>
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[]" domain="[]"
help="Show Sales Team"/> help="Show Sales Team"/>
@ -406,7 +406,7 @@
<button name="case_reset" string="Reset to Draft" states="done,cancel" type="object" icon="gtk-convert" /> <button name="case_reset" string="Reset to Draft" states="done,cancel" type="object" icon="gtk-convert" />
<button name="case_open" string="Open" states="draft,pending" type="object" icon="gtk-go-forward" /> <button name="case_open" string="Open" states="draft,pending" type="object" icon="gtk-go-forward" />
<button name="case_pending" string="Pending" states="draft,open" type="object" icon="gtk-media-pause" /> <button name="case_pending" string="Pending" states="draft,open" type="object" icon="gtk-media-pause" />
<button name="case_escalate" string="Escalate" states="open,pending" type="object" groups="base.group_extended" icon="gtk-go-up" /> <button name="case_escalate" string="Escalate" states="open,pending" type="object" icon="gtk-go-up" />
<button name="case_mark_won" string="Mark Won" states="open,pending" type="object" icon="gtk-apply" /> <button name="case_mark_won" string="Mark Won" states="open,pending" type="object" icon="gtk-apply" />
<div class="oe_right"> <div class="oe_right">
<field name="state" nolabel="1" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/> <field name="state" nolabel="1" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/>
@ -501,7 +501,7 @@
</group> </group>
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Categorization" colspan="2"/> <separator string="Categorization" colspan="2"/>
<field name="type_id" widget="selection" groups="base.group_extended"/> <field name="type_id" widget="selection"/>
<field name="channel_id" widget="selection"/> <field name="channel_id" widget="selection"/>
</group> </group>
<group colspan="2" col="2"> <group colspan="2" col="2">
@ -510,7 +510,7 @@
<field name="optout" on_change="on_change_optout(optout)"/> <field name="optout" on_change="on_change_optout(optout)"/>
</group> </group>
</page> </page>
<page string="Extra Info" groups="base.group_extended"> <page string="Extra Info">
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator string="Misc" colspan="2"/> <separator string="Misc" colspan="2"/>
<field name="active"/> <field name="active"/>
@ -598,11 +598,11 @@
<field name="section_id" <field name="section_id"
context="{'invisible_section': False}" context="{'invisible_section': False}"
widget="selection"> widget="selection">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
context="{'invisible_section': False}" context="{'invisible_section': False}"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[]" domain="[]"
help="Show Sales Team"/> help="Show Sales Team"/>
@ -617,7 +617,7 @@
<filter string="Stage" icon="terp-stage" domain="[]" context="{'group_by':'stage_id'}" /> <filter string="Stage" icon="terp-stage" domain="[]" context="{'group_by':'stage_id'}" />
<filter string="Priority" icon="terp-rating-rated" domain="[]" context="{'group_by':'priority'}" /> <filter string="Priority" icon="terp-rating-rated" domain="[]" context="{'group_by':'priority'}" />
<filter string="Category" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'categ_id'}" /> <filter string="Category" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'categ_id'}" />
<filter string="Campaign" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'type_id'}" groups="base.group_extended"/> <filter string="Campaign" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'type_id'}"/>
<filter string="Channel" icon="terp-call-start" domain="[]" context="{'group_by':'channel_id'}" /> <filter string="Channel" icon="terp-call-start" domain="[]" context="{'group_by':'channel_id'}" />
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/> <filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
<separator orientation="vertical" /> <separator orientation="vertical" />

View File

@ -30,7 +30,7 @@
<field name="name" select="1" string="Summary" <field name="name" select="1" string="Summary"
required="1" /> required="1" />
<field name="categ_id" widget="selection" <field name="categ_id" widget="selection"
string="Meeting Type" groups="base.group_extended" string="Meeting Type"
domain="[('object_id.model', '=', 'crm.meeting')]" /> domain="[('object_id.model', '=', 'crm.meeting')]" />
<field name="allday" on_change="onchange_dates(date,False,False,allday)" /> <field name="allday" on_change="onchange_dates(date,False,False,allday)" />
<newline/> <newline/>
@ -53,9 +53,8 @@
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator colspan="2" string="Assignment"/> <separator colspan="2" string="Assignment"/>
<field name="user_id" /> <field name="user_id" />
<field name="organizer" groups="base.group_extended"/> <field name="organizer"/>
<field name="section_id" widget="selection" <field name="section_id" widget="selection"/>
groups="base.group_extended"/>
</group><group col="2" colspan="2"> </group><group col="2" colspan="2">
<separator colspan="2" string="Contacts"/> <separator colspan="2" string="Contacts"/>
<field name="partner_id" string="Partner" <field name="partner_id" string="Partner"
@ -63,8 +62,8 @@
<field name="email_from"/> <field name="email_from"/>
</group><group col="2" colspan="2"> </group><group col="2" colspan="2">
<separator colspan="2" string="Visibility"/> <separator colspan="2" string="Visibility"/>
<field name="class" string="Privacy" groups="base.group_extended"/> <field name="class" string="Privacy"/>
<field name="show_as" string="Show time as" groups="base.group_extended"/> <field name="show_as" string="Show time as"/>
<field name="rrule" invisible="1" readonly="1"/> <field name="rrule" invisible="1" readonly="1"/>
<field name="recurrent_id" invisible="1"/> <field name="recurrent_id" invisible="1"/>
<field name="recurrent_uid" invisible="1"/> <field name="recurrent_uid" invisible="1"/>
@ -73,7 +72,7 @@
<separator string="Description" colspan="4" /> <separator string="Description" colspan="4" />
<field name="description" nolabel="1" colspan="4" /> <field name="description" nolabel="1" colspan="4" />
<separator colspan="4"/> <separator colspan="4"/>
<group col="8" colspan="4" groups="base.group_extended"> <group col="8" colspan="4" groups="base.group_no_one">
<field name="state" /> <field name="state" />
<button name="case_close" string="Done" <button name="case_close" string="Done"
states="open" type="object" states="open" type="object"
@ -234,7 +233,7 @@
<field name="duration" /> <field name="duration" />
<field name="partner_id" string="Partner" /> <field name="partner_id" string="Partner" />
<field name="location" /> <field name="location" />
<field name="categ_id" groups="base.group_extended" /> <field name="categ_id"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -278,13 +277,13 @@
<group> <group>
<field name="name" string="Meeting / Partner" <field name="name" string="Meeting / Partner"
filter_domain="['|', ('name','ilike',self), ('partner_id','ilike', self)]"/> filter_domain="['|', ('name','ilike',self), ('partner_id','ilike', self)]"/>
<field name="user_id" groups="base.group_extended"> <field name="user_id">
<filter icon="terp-personal" groups="base.group_extended" <filter icon="terp-personal"
domain="[('user_id','=',uid)]" domain="[('user_id','=',uid)]"
help="My Meetings" /> help="My Meetings" />
</field> </field>
<field name="section_id" widget="selection" groups="base.group_extended"> <field name="section_id" widget="selection">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
domain="['|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
</field> </field>

View File

@ -9,7 +9,7 @@
src_model="res.partner" src_model="res.partner"
view_mode="calendar,tree,form" view_mode="calendar,tree,form"
context="{'search_default_partner_id': [active_id], 'default_duration': 1.0, 'default_partner_id': active_id}" context="{'search_default_partner_id': [active_id], 'default_duration': 1.0, 'default_partner_id': active_id}"
groups="base.group_extended" groups="base.group_sale_salesman"
/> />
<!-- TO CONFIRM: This is fine --> <!-- TO CONFIRM: This is fine -->
@ -57,7 +57,7 @@
</record> </record>
<menuitem name="Phone Calls" id="menu_crm_case_phone" <menuitem name="Phone Calls" id="menu_crm_case_phone"
groups="base.group_extended,base.group_sale_salesman" groups="base.group_sale_salesman"
parent="base.menu_base_partner" sequence="4" /> parent="base.menu_base_partner" sequence="4" />
<record model="ir.actions.act_window" id="crm_case_categ_phone_incoming0"> <record model="ir.actions.act_window" id="crm_case_categ_phone_incoming0">

View File

@ -142,7 +142,7 @@
string="Partner" /> string="Partner" />
<field name="partner_phone" <field name="partner_phone"
invisible="1"/> invisible="1"/>
<field name="user_id" groups="base.group_extended"/> <field name="user_id"/>
<field name="categ_id" widget="selection" <field name="categ_id" widget="selection"
domain="[('object_id.model', '=', 'crm.phonecall')]" domain="[('object_id.model', '=', 'crm.phonecall')]"
invisible="1"/> invisible="1"/>
@ -210,7 +210,7 @@
</field> </field>
<field name="section_id" <field name="section_id"
widget="selection" string="Sales Team"> widget="selection" string="Sales Team">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
</field> </field>
@ -260,7 +260,7 @@
</field> </field>
<field name="section_id" <field name="section_id"
widget="selection" string="Sales Team"> widget="selection" string="Sales Team">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
</field> </field>

View File

@ -15,7 +15,7 @@
parent="base.menu_base_config" sequence="0" groups="base.group_sale_manager"/> parent="base.menu_base_config" sequence="0" groups="base.group_sale_manager"/>
<menuitem id="menu_crm_config_phonecall" name="Phone Calls" <menuitem id="menu_crm_config_phonecall" name="Phone Calls"
parent="base.menu_base_config" sequence="45" groups="base.group_extended"/> parent="base.menu_base_config" sequence="45" groups="base.group_sale_salesman"/>
<menuitem id="base.next_id_64" name="Sales" <menuitem id="base.next_id_64" name="Sales"
parent="base.menu_reporting" sequence="1" /> parent="base.menu_reporting" sequence="1" />
@ -84,7 +84,7 @@
<field name="allow_unlink" select="2"/> <field name="allow_unlink" select="2"/>
<field name="change_responsible"/> <field name="change_responsible"/>
</group> </group>
<group col="1" colspan="4" groups="base.group_extended"> <group col="1" colspan="4">
<separator string="Team Members" colspan="4"/> <separator string="Team Members" colspan="4"/>
<field name="member_ids" nolabel="1" colspan="4" height="250"/> <field name="member_ids" nolabel="1" colspan="4" height="250"/>
</group> </group>
@ -373,7 +373,7 @@
<menuitem action="crm_segmentation_tree-act" <menuitem action="crm_segmentation_tree-act"
id="menu_crm_segmentation-act" id="menu_crm_segmentation-act"
groups="base.group_extended" sequence="15" groups="base.group_no_one" sequence="15"
parent="base.menu_base_config" /> parent="base.menu_base_config" />
<record model="ir.ui.view" id="view_users_form_simple_modif_inherited1"> <record model="ir.ui.view" id="view_users_form_simple_modif_inherited1">

View File

@ -114,7 +114,7 @@
<separator orientation="vertical" /> <separator orientation="vertical" />
<field name="section_id" <field name="section_id"
context="{'invisible_section': False}"> context="{'invisible_section': False}">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[('section_id.user_id','=',uid)]" domain="[('section_id.user_id','=',uid)]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
@ -124,7 +124,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="partner_id"/> <field name="partner_id"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="stage_id" widget="selection" domain="[('section_ids', '=', 'section_id')]" /> <field name="stage_id" widget="selection" domain="[('section_ids', '=', 'section_id')]" />
@ -190,7 +190,7 @@
<field name="creation_month" invisible="1"/> <field name="creation_month" invisible="1"/>
<field name="creation_day" invisible="1"/> <field name="creation_day" invisible="1"/>
<field name="deadline_month" invisible="1"/> <field name="deadline_month" invisible="1"/>
<field name="section_id" invisible="1" groups="base.group_extended"/> <field name="section_id" invisible="1"/>
<field name="user_id" invisible="1"/> <field name="user_id" invisible="1"/>
<field name="partner_id" invisible="1"/> <field name="partner_id" invisible="1"/>
<field name="country_id" invisible="1"/> <field name="country_id" invisible="1"/>
@ -262,7 +262,7 @@
</record> </record>
<menuitem name="Leads Analysis" id="menu_report_crm_leads_tree" <menuitem name="Leads Analysis" id="menu_report_crm_leads_tree"
groups="base.group_extended" groups="base.group_sale_manager"
parent="base.next_id_64" action="action_report_crm_lead" sequence="1"/> parent="base.next_id_64" action="action_report_crm_lead" sequence="1"/>
<menuitem name="Opportunities Analysis" id="menu_report_crm_opportunities_tree" <menuitem name="Opportunities Analysis" id="menu_report_crm_opportunities_tree"

View File

@ -78,7 +78,7 @@
<separator orientation="vertical" /> <separator orientation="vertical" />
<field name="section_id" string="Sales Team" <field name="section_id" string="Sales Team"
context="{'invisible_section': False}"> context="{'invisible_section': False}">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[('section_id.user_id','=',uid)]" domain="[('section_id.user_id','=',uid)]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
@ -88,7 +88,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="partner_id"/> <field name="partner_id"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
@ -155,7 +155,7 @@
</record> </record>
<menuitem name="Phone Calls Analysis" <menuitem name="Phone Calls Analysis"
groups="base.group_extended" groups="base.group_sale_salesman"
action="action_report_crm_phonecall" action="action_report_crm_phonecall"
id="menu_report_crm_phonecalls_tree" parent="base.next_id_64" sequence="15"/> id="menu_report_crm_phonecalls_tree" parent="base.next_id_64" sequence="15"/>

View File

@ -11,8 +11,7 @@
<field eval="18" name="priority"/> <field eval="18" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="user_id" position="after"> <field name="user_id" position="after">
<field name="section_id" completion="1" widget="selection" <field name="section_id" completion="1" widget="selection"/>
groups="base.group_extended"/>
</field> </field>
</field> </field>
</record> </record>
@ -25,8 +24,7 @@
<field eval="18" name="priority"/> <field eval="18" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="phone" position="after"> <field name="phone" position="after">
<field name="section_id" completion="1" widget="selection" <field name="section_id" completion="1" widget="selection"/>
groups="base.group_extended"/>
</field> </field>
</field> </field>
</record> </record>
@ -39,8 +37,7 @@
<field eval="18" name="priority"/> <field eval="18" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="category_id" position="after"> <field name="category_id" position="after">
<field name="section_id" completion="1" widget="selection" <field name="section_id" completion="1" widget="selection"/>
groups="base.group_extended"/>
</field> </field>
</field> </field>
</record> </record>

View File

@ -40,7 +40,7 @@
res_model="crm.partner2opportunity" src_model="res.partner" res_model="crm.partner2opportunity" src_model="res.partner"
view_id="view_crm_partner2opportunity" view_id="view_crm_partner2opportunity"
view_mode="form" target="new" view_type="form" view_mode="form" target="new" view_type="form"
groups="base.group_extended"/> groups="base.group_sale_salesman"/>
</data> </data>
</openerp> </openerp>

View File

@ -4,12 +4,12 @@
<menuitem <menuitem
icon="terp-project" id="base.menu_main_pm" icon="terp-project" id="base.menu_main_pm"
name="Project" sequence="10" name="Project" sequence="10"
groups="base.group_extended,base.group_sale_salesman" groups="base.group_sale_salesman"
web_icon="images/project.png" web_icon="images/project.png"
web_icon_hover="images/project-hover.png"/> web_icon_hover="images/project-hover.png"/>
<menuitem id="base.menu_aftersale" name="After-Sale Services" <menuitem id="base.menu_aftersale" name="After-Sale Services"
groups="base.group_extended,base.group_sale_salesman" groups="base.group_sale_salesman"
parent="base.menu_main_pm" sequence="2" /> parent="base.menu_main_pm" sequence="2" />
<!-- Claims Menu --> <!-- Claims Menu -->

View File

@ -3,7 +3,7 @@
<data> <data>
<menuitem id="menu_config_claim" name="Claim" <menuitem id="menu_config_claim" name="Claim"
groups="base.group_extended" groups="base.group_no_one"
parent="base.menu_base_config" sequence="55" /> parent="base.menu_base_config" sequence="55" />
<!-- Claims categories --> <!-- Claims categories -->
@ -145,7 +145,7 @@
<field name="resolution" colspan="2" nolabel="1"/> <field name="resolution" colspan="2" nolabel="1"/>
</group> </group>
</page> </page>
<page string="Communication &amp; History" groups="base.group_extended"> <page string="Communication &amp; History">
<group colspan="4"> <group colspan="4">
<field colspan="4" name="email_cc" string="Global CC" widget="char"/> <field colspan="4" name="email_cc" string="Global CC" widget="char"/>
</group> </group>

View File

@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: openobject-addons\n" "Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-02-08 00:36+0000\n" "POT-Creation-Date: 2012-02-08 00:36+0000\n"
"PO-Revision-Date: 2012-04-23 20:42+0000\n" "PO-Revision-Date: 2012-04-25 05:03+0000\n"
"Last-Translator: Masaki Yamaya <Unknown>\n" "Last-Translator: Masaki Yamaya <Unknown>\n"
"Language-Team: Japanese <ja@li.org>\n" "Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-04-24 04:53+0000\n" "X-Launchpad-Export-Date: 2012-04-26 04:41+0000\n"
"X-Generator: Launchpad (build 15135)\n" "X-Generator: Launchpad (build 15149)\n"
#. module: crm_claim #. module: crm_claim
#: field:crm.claim.report,nbr:0 #: field:crm.claim.report,nbr:0
@ -68,7 +68,7 @@ msgstr "Eメール担当者"
#. module: crm_claim #. module: crm_claim
#: view:crm.claim.report:0 #: view:crm.claim.report:0
msgid "#Claim" msgid "#Claim"
msgstr "クレイムの数" msgstr "苦情の数"
#. module: crm_claim #. module: crm_claim
#: model:ir.actions.act_window,help:crm_claim.crm_claim_stage_act #: model:ir.actions.act_window,help:crm_claim.crm_claim_stage_act
@ -76,7 +76,7 @@ msgid ""
"You can create claim stages to categorize the status of every claim entered " "You can create claim stages to categorize the status of every claim entered "
"in the system. The stages define all the steps required for the resolution " "in the system. The stages define all the steps required for the resolution "
"of a claim." "of a claim."
msgstr "" msgstr "入力された苦情の状態を分類するために苦情の手順を指定することができます。その状態は、苦情を解消するために必要な手順を定義します。"
#. module: crm_claim #. module: crm_claim
#: code:addons/crm_claim/crm_claim.py:132 #: code:addons/crm_claim/crm_claim.py:132
@ -105,7 +105,7 @@ msgstr "社内注記を追加"
msgid "" msgid ""
"Sales team to which Case belongs to.Define Responsible user and Email " "Sales team to which Case belongs to.Define Responsible user and Email "
"account for mail gateway." "account for mail gateway."
msgstr "" msgstr "案件を割当てたセールスチーム。担当するユーザとEメールアドレスを指定して下さい。"
#. module: crm_claim #. module: crm_claim
#: view:crm.claim:0 #: view:crm.claim:0
@ -271,7 +271,7 @@ msgstr "クレームの件名"
msgid "" msgid ""
"Have a general overview of all claims processed in the system by sorting " "Have a general overview of all claims processed in the system by sorting "
"them with specific criteria." "them with specific criteria."
msgstr "" msgstr "全てのクレームを指定した基準で分類して一覧を表示する。"
#. module: crm_claim #. module: crm_claim
#: selection:crm.claim.report,month:0 #: selection:crm.claim.report,month:0
@ -709,7 +709,7 @@ msgstr "先月に作成されたクレーム"
#. module: crm_claim #. module: crm_claim
#: model:crm.case.stage,name:crm_claim.stage_claim5 #: model:crm.case.stage,name:crm_claim.stage_claim5
msgid "Actions Defined" msgid "Actions Defined"
msgstr "" msgstr "定義された処理"
#. module: crm_claim #. module: crm_claim
#: view:crm.claim:0 #: view:crm.claim:0
@ -780,7 +780,7 @@ msgstr "高"
msgid "" msgid ""
"Create claim categories to better manage and classify your claims. Some " "Create claim categories to better manage and classify your claims. Some "
"example of claims can be: preventive action, corrective action." "example of claims can be: preventive action, corrective action."
msgstr "" msgstr "クレームを運類して管理するための苦情の種類を定義します。例えば、苦情の予防措置,修正措置など。"
#. module: crm_claim #. module: crm_claim
#: field:crm.claim.report,create_date:0 #: field:crm.claim.report,create_date:0

View File

@ -82,7 +82,7 @@
<field name="section_id" string="Sales Team" <field name="section_id" string="Sales Team"
context="{'invisible_section': False}"> context="{'invisible_section': False}">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[('section_id.user_id','=',uid)]" domain="[('section_id.user_id','=',uid)]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
@ -100,7 +100,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<filter icon="terp-dialog-close" <filter icon="terp-dialog-close"
string="Done" string="Done"
domain="[('state','=','done')]"/> domain="[('state','=','done')]"/>
@ -191,11 +191,10 @@
</record> </record>
<menuitem id="base.menu_project_report" name="Project" <menuitem id="base.menu_project_report" name="Project"
groups="base.group_extended" groups="base.group_no_one"
parent="base.menu_reporting" sequence="30"/> parent="base.menu_reporting" sequence="30"/>
<menuitem name="Claims Analysis" id="menu_report_crm_claim_tree" <menuitem name="Claims Analysis" id="menu_report_crm_claim_tree"
groups="base.group_extended"
action="action_report_crm_claim" parent="base.menu_project_report" sequence="15"/> action="action_report_crm_claim" parent="base.menu_project_report" sequence="15"/>

View File

@ -5,7 +5,7 @@
<!-- MENU --> <!-- MENU -->
<menuitem id="base.menu_fundrising" name="Fund Raising" <menuitem id="base.menu_fundrising" name="Fund Raising"
groups="base.group_extended,base.group_sale_salesman" groups="base.group_sale_salesman"
parent="base.menu_base_partner" sequence="8" /> parent="base.menu_base_partner" sequence="8" />
<record model="ir.actions.act_window" id="crm_case_category_act_fund_all1"> <record model="ir.actions.act_window" id="crm_case_category_act_fund_all1">

View File

@ -3,7 +3,7 @@
<data> <data>
<!-- Fund Raising Configuration Menu --> <!-- Fund Raising Configuration Menu -->
<menuitem id="menu_config_fundrising" name="Fund Raising" <menuitem id="menu_config_fundrising" name="Fund Raising"
groups="base.group_extended" groups="base.group_no_one"
parent="base.menu_base_config" sequence="65" /> parent="base.menu_base_config" sequence="65" />
<!-- Fund Raising Categories Form View --> <!-- Fund Raising Categories Form View -->
@ -60,7 +60,6 @@
states="draft,open" type="object" icon="gtk-media-pause" /> states="draft,open" type="object" icon="gtk-media-pause" />
<button name="case_escalate" string="Escalate" <button name="case_escalate" string="Escalate"
states="open,draft,pending" type="object" states="open,draft,pending" type="object"
groups="base.group_extended"
icon="gtk-go-up" /> icon="gtk-go-up" />
<button name="case_close" string="Done" <button name="case_close" string="Done"
states="open,draft,pending" type="object" states="open,draft,pending" type="object"
@ -118,7 +117,6 @@
icon="gtk-media-pause" /> icon="gtk-media-pause" />
<button name="case_escalate" string="Escalate" <button name="case_escalate" string="Escalate"
states="open,draft,pending" type="object" states="open,draft,pending" type="object"
groups="base.group_extended"
icon="gtk-go-up" /> icon="gtk-go-up" />
<button name="case_close" string="Done" <button name="case_close" string="Done"
states="open,draft,pending" type="object" states="open,draft,pending" type="object"
@ -128,7 +126,7 @@
type="object" icon="gtk-convert" /> type="object" icon="gtk-convert" />
</group> </group>
</page> </page>
<page string="Communication &amp; History" groups="base.group_extended"> <page string="Communication &amp; History">
<group colspan="4"> <group colspan="4">
<field colspan="4" name="email_cc" string="Global CC" widget="char"/> <field colspan="4" name="email_cc" string="Global CC" widget="char"/>
</group> </group>
@ -151,7 +149,7 @@
name="%(mail.action_email_compose_message_wizard)d" name="%(mail.action_email_compose_message_wizard)d"
icon="terp-mail-message-new" type="action"/> icon="terp-mail-message-new" type="action"/>
</page> </page>
<page string="Extra Info" groups="base.group_extended"> <page string="Extra Info">
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator colspan="4" string="Misc"/> <separator colspan="4" string="Misc"/>
<field name="active"/> <field name="active"/>
@ -235,7 +233,7 @@
help="Unassigned" /> help="Unassigned" />
</field> </field>
<field name="section_id" widget="selection" string="Sales Team"> <field name="section_id" widget="selection" string="Sales Team">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
</field> </field>

View File

@ -101,7 +101,7 @@
<separator orientation="vertical" /> <separator orientation="vertical" />
<field name="section_id" string="Sales Team" <field name="section_id" string="Sales Team"
context="{'invisible_section': False}"> context="{'invisible_section': False}">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[('section_id.user_id','=',uid)]" domain="[('section_id.user_id','=',uid)]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
@ -117,7 +117,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<filter icon="terp-dialog-close" <filter icon="terp-dialog-close"
string="Done" string="Done"
domain="[('state','=','done')]"/> domain="[('state','=','done')]"/>
@ -190,7 +190,7 @@
<menuitem name="Fundraising Analysis" <menuitem name="Fundraising Analysis"
action="action_report_crm_fundraising" action="action_report_crm_fundraising"
groups="base.group_extended" groups="base.group_sale_salesman"
id="menu_report_crm_fundraising_tree" parent="base.next_id_64" sequence="30"/> id="menu_report_crm_fundraising_tree" parent="base.next_id_64" sequence="30"/>
</data> </data>

View File

@ -43,7 +43,7 @@
</record> </record>
<menuitem name="Helpdesk and Support" id="menu_help_support_main" <menuitem name="Helpdesk and Support" id="menu_help_support_main"
groups="base.group_extended,base.group_sale_salesman" groups="base.group_sale_salesman"
parent="base.menu_aftersale" action="crm_case_helpdesk_act111" sequence="2"/> parent="base.menu_aftersale" action="crm_case_helpdesk_act111" sequence="2"/>
</data> </data>

View File

@ -3,7 +3,7 @@
<data> <data>
<!-- Helpdesk Support Categories Configuration Menu--> <!-- Helpdesk Support Categories Configuration Menu-->
<menuitem id="menu_config_helpdesk" name="Helpdesk" <menuitem id="menu_config_helpdesk" name="Helpdesk"
groups="base.group_extended" groups="base.group_no_one"
parent="base.menu_base_config" sequence="60" /> parent="base.menu_base_config" sequence="60" />
<!-- Helpdesk Support Categories Form View --> <!-- Helpdesk Support Categories Form View -->
@ -89,7 +89,7 @@
icon="gtk-convert" /> icon="gtk-convert" />
</group> </group>
</page> </page>
<page string="Communication &amp; History" groups="base.group_extended"> <page string="Communication &amp; History">
<group colspan="4"> <group colspan="4">
<field colspan="4" name="email_cc" string="Global CC" widget="char"/> <field colspan="4" name="email_cc" string="Global CC" widget="char"/>
</group> </group>
@ -112,7 +112,7 @@
name="%(mail.action_email_compose_message_wizard)d" name="%(mail.action_email_compose_message_wizard)d"
icon="terp-mail-message-new" type="action"/> icon="terp-mail-message-new" type="action"/>
</page> </page>
<page string="Extra Info" groups="base.group_extended"> <page string="Extra Info">
<group colspan="2" col="2" groups="base.group_no_one"> <group colspan="2" col="2" groups="base.group_no_one">
<separator colspan="4" string="Dates"/> <separator colspan="4" string="Dates"/>
<field name="create_date"/> <field name="create_date"/>
@ -167,7 +167,6 @@
states="draft,open" type="object" states="draft,open" type="object"
icon="gtk-media-pause" /> icon="gtk-media-pause" />
<button name="case_escalate" string="Escalate" <button name="case_escalate" string="Escalate"
groups="base.group_extended"
states="open,draft,pending" type="object" states="open,draft,pending" type="object"
icon="gtk-go-up" /> icon="gtk-go-up" />
<button name="case_close" string="Done" <button name="case_close" string="Done"
@ -232,7 +231,7 @@
<field name="partner_id" /> <field name="partner_id" />
<field name="user_id" widget="selection"/> <field name="user_id" widget="selection"/>
<field name="section_id" widget="selection" string="Sales Team"> <field name="section_id" widget="selection" string="Sales Team">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]" domain="['|', ('section_id', '=', context.get('section_id')), '|', ('section_id.user_id','=',uid), ('section_id.member_ids', 'in', [uid])]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
</field> </field>

View File

@ -75,7 +75,7 @@
<separator orientation="vertical" /> <separator orientation="vertical" />
<field name="section_id" string="Sales Team" <field name="section_id" string="Sales Team"
context="{'invisible_section': False}"> context="{'invisible_section': False}">
<filter icon="terp-personal+" groups="base.group_extended" <filter icon="terp-personal+"
context="{'invisible_section': False}" context="{'invisible_section': False}"
domain="[('section_id.user_id','=',uid)]" domain="[('section_id.user_id','=',uid)]"
help="My Sales Team(s)" /> help="My Sales Team(s)" />
@ -91,7 +91,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters..." groups="base.group_no_one">
<field name="priority" string="Priority"/> <field name="priority" string="Priority"/>
<field name="categ_id"/> <field name="categ_id"/>
<newline/> <newline/>
@ -157,11 +157,10 @@
</record> </record>
<menuitem id="base.menu_project_report" name="Project" <menuitem id="base.menu_project_report" name="Project"
groups="base.group_extended" groups="base.group_no_one"
parent="base.menu_reporting" sequence="30"/> parent="base.menu_reporting" sequence="30"/>
<menuitem name="Helpdesk Analysis" action="action_report_crm_helpdesk" <menuitem name="Helpdesk Analysis" action="action_report_crm_helpdesk"
groups="base.group_extended"
id="menu_report_crm_helpdesks_tree" parent="base.menu_project_report" sequence="20"/> id="menu_report_crm_helpdesks_tree" parent="base.menu_project_report" sequence="20"/>
</data> </data>

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<data> <data>
<xpath expr="//notebook/page[@string='Lead']" position="after"> <xpath expr="//notebook/page[@string='Lead']" position="after">
<page string="Assignation" groups="base.group_extended"> <page string="Assignation">
<group name="partner_assign_group" col="5" colspan="4"> <group name="partner_assign_group" col="5" colspan="4">
<separator string="Partner Assignation" colspan="5"/> <separator string="Partner Assignation" colspan="5"/>
<field name="partner_assigned_id" on_change="onchange_assign_id(partner_assigned_id)" domain="[('grade_id','&lt;&gt;',False)]"/> <field name="partner_assigned_id" on_change="onchange_assign_id(partner_assigned_id)" domain="[('grade_id','&lt;&gt;',False)]"/>

View File

@ -30,7 +30,7 @@
<field name="partner_assigned_id"/> <field name="partner_assigned_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="partner_id"/> <field name="partner_id"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="stage_id" widget="selection" domain="[('section_ids', '=', 'section_id')]"/> <field name="stage_id" widget="selection" domain="[('section_ids', '=', 'section_id')]"/>
@ -110,7 +110,7 @@
<field name="year" invisible="1"/> <field name="year" invisible="1"/>
<field name="month" invisible="1"/> <field name="month" invisible="1"/>
<field name="date_assign" invisible="1"/> <field name="date_assign" invisible="1"/>
<field name="section_id" invisible="1" groups="base.group_extended"/> <field name="section_id" invisible="1"/>
<field name="user_id" invisible="1"/> <field name="user_id" invisible="1"/>
<field name="grade_id" invisible="1" widget="selection"/> <field name="grade_id" invisible="1" widget="selection"/>
<field name="partner_assigned_id" invisible="1"/> <field name="partner_assigned_id" invisible="1"/>
@ -161,7 +161,6 @@
</record> </record>
<menuitem id="menu_report_crm_opportunities_assign_tree" <menuitem id="menu_report_crm_opportunities_assign_tree"
groups="base.group_extended"
parent="base.next_id_64" action="action_report_crm_opportunity_assign" sequence="20"/> parent="base.next_id_64" action="action_report_crm_opportunity_assign" sequence="20"/>
</data> </data>

View File

@ -57,7 +57,7 @@
<field name="date_review" invisible="1"/> <field name="date_review" invisible="1"/>
<field name="date_partnership" invisible="1"/> <field name="date_partnership" invisible="1"/>
<field name="period_id" invisible="1"/> <field name="period_id" invisible="1"/>
<field name="section_id" invisible="1" groups="base.group_extended"/> <field name="section_id" invisible="1"/>
<field name="user_id" invisible="1"/> <field name="user_id" invisible="1"/>
<field name="opp"/> <field name="opp"/>
<field name="turnover"/> <field name="turnover"/>
@ -76,7 +76,6 @@
</record> </record>
<menuitem id="menu_report_crm_partner_assign_tree" <menuitem id="menu_report_crm_partner_assign_tree"
groups="base.group_extended"
parent="base.next_id_64" action="action_report_crm_partner_assign" sequence="25"/> parent="base.next_id_64" action="action_report_crm_partner_assign" sequence="25"/>
</data> </data>

View File

@ -44,7 +44,7 @@
<form string="Delivery grids"> <form string="Delivery grids">
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="active" select="1"/> <field name="active" select="1"/>
<field name="sequence" groups="base.group_extended" select="1"/> <field name="sequence" select="1"/>
<notebook colspan="4"> <notebook colspan="4">
<page string="Grid definition"> <page string="Grid definition">
<field colspan="4" name="line_ids" nolabel="1" select="1"/> <field colspan="4" name="line_ids" nolabel="1" select="1"/>
@ -97,7 +97,7 @@
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="active" select="1"/> <field name="active" select="1"/>
<field name="carrier_id" select="1"/> <field name="carrier_id" select="1"/>
<field name="sequence" groups="base.group_extended" select="1"/> <field name="sequence" select="1"/>
<notebook colspan="4"> <notebook colspan="4">
<page string="Grid definition"> <page string="Grid definition">
<field colspan="4" name="line_ids" nolabel="1" select="1"/> <field colspan="4" name="line_ids" nolabel="1" select="1"/>
@ -139,7 +139,7 @@
</group> </group>
<newline/> <newline/>
<field name="list_price"/> <field name="list_price"/>
<field name="standard_price" groups="base.group_extended"/> <field name="standard_price"/>
<field name="price_type"/> <field name="price_type"/>
<field name="variable_factor" attrs="{'invisible':[('price_type','=','fixed')]}"/> <field name="variable_factor" attrs="{'invisible':[('price_type','=','fixed')]}"/>
</form> </form>
@ -156,7 +156,7 @@
<field name="operator"/> <field name="operator"/>
<field name="max_value" nolabel="1"/> <field name="max_value" nolabel="1"/>
<field name="list_price"/> <field name="list_price"/>
<field name="standard_price" groups="base.group_extended"/> <field name="standard_price"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -182,8 +182,8 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="partner_id" position="after"> <field name="partner_id" position="after">
<field name="carrier_id"/> <field name="carrier_id"/>
<field name="carrier_tracking_ref" groups="base.group_extended"/> <field name="carrier_tracking_ref"/>
<field name="number_of_packages" groups="base.group_extended"/> <field name="number_of_packages"/>
<field name="weight"/> <field name="weight"/>
<field name="weight_net"/> <field name="weight_net"/>
</field> </field>
@ -274,7 +274,7 @@
<field name="inherit_id" ref="stock.view_move_form"/> <field name="inherit_id" ref="stock.view_move_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<group colspan="2" col="2" position="after"> <group colspan="2" col="2" position="after">
<group colspan="2" col="2" groups="base.group_extended"> <group colspan="2" col="2">
<separator string="Weights" colspan="2"/> <separator string="Weights" colspan="2"/>
<field name="weight"/> <field name="weight"/>
<field name="weight_net"/> <field name="weight_net"/>
@ -290,7 +290,7 @@
<field name="inherit_id" ref="stock.view_move_form_reception_picking"/> <field name="inherit_id" ref="stock.view_move_form_reception_picking"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<group colspan="2" col="2" position="after"> <group colspan="2" col="2" position="after">
<group colspan="2" col="2" groups="base.group_extended"> <group colspan="2" col="2">
<separator string="Weights" colspan="2"/> <separator string="Weights" colspan="2"/>
<field name="weight"/> <field name="weight"/>
<field name="weight_net"/> <field name="weight_net"/>

View File

@ -43,7 +43,7 @@
<search string="Search Document storage"> <search string="Search Document storage">
<field name="name" /> <field name="name" />
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/> <filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
</group> </group>
</search> </search>
@ -62,7 +62,7 @@
name="Storage Media" name="Storage Media"
action="action_document_storage_form" action="action_document_storage_form"
id="menu_document_storage_media" id="menu_document_storage_media"
groups="base.group_extended" groups="base.group_no_one"
parent="menu_document_management_configuration"/> parent="menu_document_management_configuration"/>
<record model="ir.ui.view" id="view_document_directory_form"> <record model="ir.ui.view" id="view_document_directory_form">
@ -94,11 +94,11 @@
<field name="ressource_id" select="2" readonly="1"/> <field name="ressource_id" select="2" readonly="1"/>
</group> </group>
<group colspan="4" col="2" attrs="{'invisible': [('type','!=','ressource'),('ressource_parent_type_id','=',False)]}"> <group colspan="4" col="2" attrs="{'invisible': [('type','!=','ressource'),('ressource_parent_type_id','=',False)]}">
<field name="resource_find_all" groups="base.group_extended" /> <field name="resource_find_all"/>
</group> </group>
</page> </page>
<page string="Generated Files" groups="base.group_extended"> <page string="Generated Files" groups="base.group_no_one">
<label colspan="4" string="For each entry here, virtual files will appear in this folder." /> <label colspan="4" string="For each entry here, virtual files will appear in this folder." />
<field name="content_ids" nolabel="1" colspan="4" > <field name="content_ids" nolabel="1" colspan="4" >
<form string="Contents"> <form string="Contents">
@ -119,7 +119,7 @@
</tree> </tree>
</field> </field>
</page> </page>
<page string="Dynamic context" groups="base.group_extended"> <page string="Dynamic context" groups="base.group_no_one">
<label colspan="4" string="Define words in the context, for all child directories and files" /> <label colspan="4" string="Define words in the context, for all child directories and files" />
<field name="dctx_ids" nolabel="1" colspan="4"> <field name="dctx_ids" nolabel="1" colspan="4">
<tree string="Fields" editable="bottom"> <tree string="Fields" editable="bottom">
@ -173,7 +173,7 @@
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
<field name="storage_id" /> <field name="storage_id" />
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Owner" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/> <filter string="Owner" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/> <filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
@ -275,7 +275,7 @@
<field name="write_date" readonly="1"/> <field name="write_date" readonly="1"/>
</group> </group>
</page> </page>
<page string="Indexed Content - experimental" groups="base.group_extended"> <page string="Indexed Content - experimental" groups="base.group_no_one">
<field name="index_content" colspan="4" nolabel="1"/> <field name="index_content" colspan="4" nolabel="1"/>
</page> </page>
<page string="Notes"> <page string="Notes">
@ -312,9 +312,6 @@
<field name="type">search</field> <field name="type">search</field>
<field name="inherit_id" ref="base.view_attachment_search"/> <field name="inherit_id" ref="base.view_attachment_search"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="/search/group[@string='Group By...']" position="attributes">
<attribute name="groups">base.group_extended</attribute>
</xpath>
<filter string="Owner" position="replace"> <filter string="Owner" position="replace">
<filter string="Owner" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/> <filter string="Owner" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
<filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/> <filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
@ -337,8 +334,8 @@
<field name="company_id"/> <field name="company_id"/>
<field name="create_date" groups="base.group_no_one"/> <field name="create_date" groups="base.group_no_one"/>
<field name="write_date" groups="base.group_no_one"/> <field name="write_date" groups="base.group_no_one"/>
<field name="partner_id" groups="base.group_extended" /> <field name="partner_id"/>
<field name="type" groups="base.group_extended"/> <field name="type"/>
</tree> </tree>
</field> </field>
@ -420,8 +417,7 @@
context="{'default_partner_id': active_id}" context="{'default_partner_id': active_id}"
id="act_res_partner_document" name="Related Documents" id="act_res_partner_document" name="Related Documents"
res_model="ir.attachment" res_model="ir.attachment"
src_model="res.partner" src_model="res.partner"/>
groups="base.group_extended"/>
<act_window <act_window
domain="[('parent_id', '=', active_id)]" domain="[('parent_id', '=', active_id)]"

View File

@ -48,7 +48,6 @@
<record model="ir.actions.todo" id="config_auto_directory"> <record model="ir.actions.todo" id="config_auto_directory">
<field name="action_id" ref="action_config_auto_directory"/> <field name="action_id" ref="action_config_auto_directory"/>
<field name="category_id" ref="document.category_knowledge_mgmt_config"/> <field name="category_id" ref="document.category_knowledge_mgmt_config"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_extended')])]"/>
<field name="type">automatic</field> <field name="type">automatic</field>
</record> </record>
</data> </data>

View File

@ -41,7 +41,7 @@
<field name="name" /> <field name="name" />
<field name="namespace" /> <field name="namespace" />
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By..." groups="base.group_no_one">
<filter string="Dir" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'dir_id'}"/> <filter string="Dir" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'dir_id'}"/>
<filter string="Namespace" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'namespace'}"/> <filter string="Namespace" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'namespace'}"/>
</group> </group>
@ -60,14 +60,14 @@
<menuitem <menuitem
name="DAV Properties" name="DAV Properties"
id="menu_properties" id="menu_properties"
groups="base.group_extended" groups="base.group_no_one"
parent="document.menu_document_management_configuration"/> parent="document.menu_document_management_configuration"/>
<menuitem <menuitem
name="Folders" name="Folders"
action="action_dir_props_form" action="action_dir_props_form"
id="menu_folder_props" id="menu_folder_props"
groups="base.group_extended" groups="base.group_no_one"
parent="menu_properties"/> parent="menu_properties"/>
<!-- Add the properties to the directory form --> <!-- Add the properties to the directory form -->
@ -140,7 +140,7 @@
<field name="name" /> <field name="name" />
<field name="namespace" /> <field name="namespace" />
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By..." groups="base.group_no_one">
<filter string="Document" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'file_id'}"/> <filter string="Document" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'file_id'}"/>
<filter string="Namespace" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'namespace'}"/> <filter string="Namespace" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'namespace'}"/>
</group> </group>
@ -160,7 +160,7 @@
name="Documents" name="Documents"
action="action_file_props_form" action="action_file_props_form"
id="menu_document_props" id="menu_document_props"
groups="base.group_extended" groups="base.group_no_one"
parent="menu_properties"/> parent="menu_properties"/>
</data> </data>
</openerp> </openerp>

View File

@ -76,7 +76,7 @@
help="Remove the sidebar button currently displayed on related documents" help="Remove the sidebar button currently displayed on related documents"
/> />
</group> </group>
<group colspan="2" col="2" groups="base.group_extended"> <group colspan="2" col="2">
<separator string="Advanced Options" colspan="2"/> <separator string="Advanced Options" colspan="2"/>
<field name="mail_server_id"/> <field name="mail_server_id"/>
<field name="track_campaign_item"/> <field name="track_campaign_item"/>

View File

@ -8,9 +8,9 @@
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="/form/notebook/page/field[@name='active']" position="after"> <xpath expr="/form/notebook/page/field[@name='active']" position="after">
<field name="opt_out" groups="base.group_extended"/> <field name="opt_out"/>
</xpath> </xpath>
</field> </field>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -104,7 +104,7 @@
<button string="Set To Draft" name="button_draft" states="cancel,done" type="object" icon="gtk-convert"/> <button string="Set To Draft" name="button_draft" states="cancel,done" type="object" icon="gtk-convert"/>
</group> </group>
</page> </page>
<page string="Speakers" groups="base.group_extended"> <page string="Speakers">
<field name="main_speaker_id" domain="[('speaker','=',True)]"/> <field name="main_speaker_id" domain="[('speaker','=',True)]"/>
<field name="speaker_confirmed"/> <field name="speaker_confirmed"/>
<separator string="Other Speakers" colspan="4"/> <separator string="Other Speakers" colspan="4"/>
@ -122,8 +122,8 @@
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator string="Emails" colspan="2"/> <separator string="Emails" colspan="2"/>
<field name="reply_to"/> <field name="reply_to"/>
<field name="email_registration_id" domain="[('model_id.model','=','event.registration')]" groups="base.group_extended"/> <field name="email_registration_id" domain="[('model_id.model','=','event.registration')]"/>
<field name="email_confirmation_id" domain="[('model_id.model','=','event.registration')]" groups="base.group_extended"/> <field name="email_confirmation_id" domain="[('model_id.model','=','event.registration')]"/>
</group> </group>
</page> </page>
</notebook> </notebook>
@ -339,8 +339,8 @@
<field name="email"/> <field name="email"/>
<field name="event_id" /> <field name="event_id" />
<field name="nb_register"/> <field name="nb_register"/>
<field name="user_id" groups="base.group_extended"/> <field name="user_id"/>
<field name="origin" groups="base.group_extended"/> <field name="origin"/>
<field name="state"/> <field name="state"/>
<button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object" icon="gtk-cancel"/> <button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object" icon="gtk-cancel"/>
<button name="registration_open" string="Confirm Registration" states="draft" type="object" icon="gtk-apply"/> <button name="registration_open" string="Confirm Registration" states="draft" type="object" icon="gtk-apply"/>
@ -388,7 +388,7 @@
<button string="Set To Unconfirmed" name="do_draft" states="cancel,done" type="object" icon="gtk-convert"/> <button string="Set To Unconfirmed" name="do_draft" states="cancel,done" type="object" icon="gtk-convert"/>
</group> </group>
</page> </page>
<page string="Emails" groups="base.group_extended"> <page string="Emails">
<!-- <!--
<field name="message_ids" colspan="4" nolabel="1" mode="tree"> <field name="message_ids" colspan="4" nolabel="1" mode="tree">
<tree string="History"> <tree string="History">
@ -453,18 +453,18 @@
<field name="event_id" widget="selection"/> <field name="event_id" widget="selection"/>
<field name="name" string="Participant" <field name="name" string="Participant"
filter_domain="['|','|', ('name','ilike',self), ('partner_id','ilike',self), ('email','ilike',self)]"/> filter_domain="['|','|', ('name','ilike',self), ('partner_id','ilike',self), ('email','ilike',self)]"/>
<field name="user_id" groups="base.group_extended"> <field name="user_id">
<filter icon="terp-personal" <filter icon="terp-personal"
string="My Registrations" string="My Registrations"
help="My Registrations" help="My Registrations"
domain="[('user_id','=',uid)]"/> domain="[('user_id','=',uid)]"/>
</field> </field>
<field name="origin" groups="base.group_extended"/> <field name="origin"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
<filter string="Responsible" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/> <filter string="Responsible" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
<filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}" groups="base.group_extended"/> <filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Event" icon="terp-crm" domain="[]" context="{'group_by':'event_id'}"/> <filter string="Event" icon="terp-crm" domain="[]" context="{'group_by':'event_id'}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/> <filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>

View File

@ -87,7 +87,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="event_type" widget="selection"/> <field name="event_type" widget="selection"/>
<field name="event_date"/> <field name="event_date"/>
</group> </group>

View File

@ -11,7 +11,7 @@
<field name="event_ok" on_change="onchange_event_ok(event_ok, context)"/> <field name="event_ok" on_change="onchange_event_ok(event_ok, context)"/>
</field> </field>
<field name='supply_method' position='after'> <field name='supply_method' position='after'>
<field name="event_type_id" attrs="{'readonly': [('event_ok', '=', False)]}" groups="base.group_extended"/> <field name="event_type_id" attrs="{'readonly': [('event_ok', '=', False)]}"/>
</field> </field>
</field> </field>
</record> </record>

View File

@ -46,7 +46,7 @@
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator string="Actions to Perform on Incoming Mails" colspan="2"/> <separator string="Actions to Perform on Incoming Mails" colspan="2"/>
<field name="object_id" on_change="onchange_server_type(type, is_ssl, object_id)"/> <field name="object_id" on_change="onchange_server_type(type, is_ssl, object_id)"/>
<field name="action_id" groups="base.group_extended"/> <field name="action_id"/>
</group> </group>
<group attrs="{'invisible' : [('type', '!=', 'local')]}" colspan="4" col="4"> <group attrs="{'invisible' : [('type', '!=', 'local')]}" colspan="4" col="4">
<separator string="Configuration" colspan="4"/> <separator string="Configuration" colspan="4"/>
@ -54,10 +54,10 @@
<field name="script" colspan="4" widget="url"/> <field name="script" colspan="4" widget="url"/>
</group> </group>
</page> </page>
<page string="Advanced" groups="base.group_extended"> <page string="Advanced" groups="base.group_no_one">
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Advanced options" colspan="2"/> <separator string="Advanced options" colspan="2"/>
<field name="priority" groups="base.group_extended"/> <field name="priority"/>
<field name="attach"/> <field name="attach"/>
<field name="original"/> <field name="original"/>
<field name="active" select="1"/> <field name="active" select="1"/>

View File

@ -27,8 +27,8 @@
<group colspan="6" col="6"> <group colspan="6" col="6">
<field colspan="6" name="name" /> <field colspan="6" name="name" />
<field name="user_id" on_change="onchange_user(user_id)"/> <field name="user_id" on_change="onchange_user(user_id)"/>
<field name="company_id" widget="selection" groups="base.group_multi_company,base.group_extended" on_change="onchange_company(company_id)"/> <field name="company_id" widget="selection" groups="base.group_multi_company" on_change="onchange_company(company_id)"/>
<field name="active" groups="base.group_extended"/> <field name="active"/>
<newline/> <newline/>
<field name="department_id" on_change="onchange_department_id(department_id)" /> <field name="department_id" on_change="onchange_department_id(department_id)" />
<field name="parent_id" /> <field name="parent_id" />
@ -42,8 +42,8 @@
<group col="2" colspan="2" groups="base.group_hr_user"> <group col="2" colspan="2" groups="base.group_hr_user">
<separator colspan="2" string="Social IDs"/> <separator colspan="2" string="Social IDs"/>
<field name="ssnid"/> <field name="ssnid"/>
<field name="sinid" groups="base.group_extended"/> <field name="sinid"/>
<field name="identification_id" groups="base.group_extended"/> <field name="identification_id"/>
<field name="passport_id"/> <field name="passport_id"/>
<field name="otherid"/> <field name="otherid"/>
</group> </group>
@ -109,12 +109,12 @@
<filter icon="terp-personal+" domain="[('department_id','=',context.get('department_id',False))]" string="My Departments Employee"/> <filter icon="terp-personal+" domain="[('department_id','=',context.get('department_id',False))]" string="My Departments Employee"/>
</field> </field>
<field name="job_id" widget="selection"/> <field name="job_id" widget="selection"/>
<field name="category_ids" select="1" groups="base.group_extended"/> <field name="category_ids" select="1"/>
<field name="parent_id"/> <field name="parent_id"/>
<newline /> <newline />
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
<filter string="Manager" icon="terp-personal" domain="[]" context="{'group_by':'parent_id'}"/> <filter string="Manager" icon="terp-personal" domain="[]" context="{'group_by':'parent_id'}"/>
<filter string="Coach" icon="terp-personal" domain="[]" context="{'group_by':'coach_id'}" groups="base.group_extended"/> <filter string="Coach" icon="terp-personal" domain="[]" context="{'group_by':'coach_id'}"/>
<separator orientation="vertical" /> <separator orientation="vertical" />
<filter string="Department" icon="terp-personal+" domain="[]" context="{'group_by':'department_id'}"/> <filter string="Department" icon="terp-personal+" domain="[]" context="{'group_by':'department_id'}"/>
<filter string="Job" icon="terp-gtk-select-all" domain="[]" context="{'group_by':'job_id'}"/> <filter string="Job" icon="terp-gtk-select-all" domain="[]" context="{'group_by':'job_id'}"/>

View File

@ -68,7 +68,7 @@
<field name="plan_id" widget="selection"/> <field name="plan_id" widget="selection"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="rating"/> <field name="rating"/>
<newline/> <newline/>
<field name="deadline"/> <field name="deadline"/>

View File

@ -49,7 +49,7 @@
<tree colors="blue:state == 'draft';black:state in ('confirm','accepted','invoiced','paid');gray:state == 'cancelled'" string="Expenses" editable="top"> <tree colors="blue:state == 'draft';black:state in ('confirm','accepted','invoiced','paid');gray:state == 'cancelled'" string="Expenses" editable="top">
<field name="employee_id"/> <field name="employee_id"/>
<field name="date"/> <field name="date"/>
<field name="department_id" groups="base.group_extended"/> <field name="department_id"/>
<field name="ref"/> <field name="ref"/>
<field name="name"/> <field name="name"/>
<field name="amount"/> <field name="amount"/>
@ -69,10 +69,10 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="employee_id" on_change="onchange_employee_id(employee_id)"/> <field name="employee_id" on_change="onchange_employee_id(employee_id)"/>
<field name="name"/> <field name="name"/>
<field name="ref" groups="base.group_extended"/> <field name="ref"/>
<field name="date"/> <field name="date"/>
<field name="currency_id"/> <field name="currency_id"/>
<field name="department_id" groups="base.group_extended"/> <field name="department_id"/>
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
</group> </group>
<notebook colspan="4"> <notebook colspan="4">
@ -108,7 +108,7 @@
<button name="validate" states="confirm" string="Approve" type="workflow" icon="gtk-go-forward" groups="base.group_hr_user"/> <button name="validate" states="confirm" string="Approve" type="workflow" icon="gtk-go-forward" groups="base.group_hr_user"/>
</group> </group>
</page> </page>
<page string="Other Info" groups="base.group_extended"> <page string="Other Info">
<group col="2" colspan="2"> <group col="2" colspan="2">
<separator colspan="2" string="Accounting data"/> <separator colspan="2" string="Accounting data"/>
<field name="journal_id"/> <field name="journal_id"/>

View File

@ -77,7 +77,7 @@
<field name="department_id"/> <field name="department_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="product_id"/> <field name="product_id"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<field name="user_id"/> <field name="user_id"/>

View File

@ -378,7 +378,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="name"/> <field name="name"/>
<field name="color_name"/> <field name="color_name"/>
<field name="categ_id" widget="selection" groups="base.group_extended"/> <field name="categ_id" widget="selection"/>
</group> </group>
<notebook colspan="4"> <notebook colspan="4">
<page string="Details"> <page string="Details">

View File

@ -39,7 +39,6 @@
parent="menu_hr_leaves_reports" parent="menu_hr_leaves_reports"
action="action_hr_holidays_summary_dept" action="action_hr_holidays_summary_dept"
id="menu_account_central_journal" id="menu_account_central_journal"
groups="base.group_extended"
icon="STOCK_PRINT"/> icon="STOCK_PRINT"/>
</data> </data>

View File

@ -120,7 +120,7 @@
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
<field name="category_id"/> <field name="category_id"/>
<field name="sequence" groups="base.group_extended" invisible="1"/> <field name="sequence" invisible="1"/>
<field name="register_id"/> <field name="register_id"/>
</tree> </tree>
</field> </field>
@ -167,7 +167,7 @@
<tree string="Salary Structure" editable="bottom" colors="blue:total == 0"> <tree string="Salary Structure" editable="bottom" colors="blue:total == 0">
<field name="category_id"/> <field name="category_id"/>
<field name="employee_id" invisible="1"/> <field name="employee_id" invisible="1"/>
<field name="sequence" groups="base.group_extended"/> <field name="sequence"/>
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
<field name="quantity"/> <field name="quantity"/>
@ -197,7 +197,7 @@
<field name="amount_select"/> <field name="amount_select"/>
<field name="amount_fix" attrs="{'readonly':[('amount_select','&lt;&gt;','fix')]}"/> <field name="amount_fix" attrs="{'readonly':[('amount_select','&lt;&gt;','fix')]}"/>
<field name="amount_percentage" attrs="{'readonly':[('amount_select','&lt;&gt;','percentage')]}"/> <field name="amount_percentage" attrs="{'readonly':[('amount_select','&lt;&gt;','percentage')]}"/>
<field name="sequence" groups="base.group_extended"/> <field name="sequence"/>
</group> </group>
<notebook colspan="4"> <notebook colspan="4">
<page string="Description"> <page string="Description">
@ -265,8 +265,8 @@
<field name="employee_id" on_change="onchange_employee_id(date_from, date_to, employee_id, contract_id)"/> <field name="employee_id" on_change="onchange_employee_id(date_from, date_to, employee_id, contract_id)"/>
<field name="number"/> <field name="number"/>
<field name="date_from" on_change="onchange_employee_id(date_from, date_to, employee_id, contract_id)"/> <field name="date_from" on_change="onchange_employee_id(date_from, date_to, employee_id, contract_id)"/>
<field name="contract_id" groups="base.group_extended" domain="[('employee_id','=',employee_id)]" on_change="onchange_contract_id(date_from, date_to, employee_id, contract_id)"/> <field name="contract_id" domain="[('employee_id','=',employee_id)]" on_change="onchange_contract_id(date_from, date_to, employee_id, contract_id)"/>
<field name="struct_id" groups="base.group_extended" attrs="{'required':[('contract_id','&lt;&gt;',False)]}"/> <field name="struct_id" attrs="{'required':[('contract_id','&lt;&gt;',False)]}"/>
<field name="date_to"/> <field name="date_to"/>
<field name="name" colspan="4"/> <field name="name" colspan="4"/>
<field name="credit_note"/> <field name="credit_note"/>
@ -279,7 +279,7 @@
<field name="code"/> <field name="code"/>
<field name="number_of_days" sum="Total Working Days"/> <field name="number_of_days" sum="Total Working Days"/>
<field name="number_of_hours"/> <field name="number_of_hours"/>
<field name="contract_id" groups="base.group_extended"/> <field name="contract_id"/>
<field name="sequence" invisible="True"/> <field name="sequence" invisible="True"/>
</tree> </tree>
<form string="Worked Day"> <form string="Worked Day">
@ -287,10 +287,10 @@
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="code" select="1"/> <field name="code" select="1"/>
<field name="payslip_id"/> <field name="payslip_id"/>
<field name="sequence" groups="base.group_extended"/> <field name="sequence"/>
<field name="number_of_days"/> <field name="number_of_days"/>
<field name="number_of_hours"/> <field name="number_of_hours"/>
<field name="contract_id" groups="base.group_extended"/> <field name="contract_id"/>
</group> </group>
</form> </form>
</field> </field>
@ -299,7 +299,7 @@
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
<field name="amount"/> <field name="amount"/>
<field name="contract_id" groups="base.group_extended"/> <field name="contract_id"/>
<field name="sequence" invisible="True"/> <field name="sequence" invisible="True"/>
</tree> </tree>
<form string="Payslip Line"> <form string="Payslip Line">
@ -307,9 +307,9 @@
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="code" select="1"/> <field name="code" select="1"/>
<field name="payslip_id"/> <field name="payslip_id"/>
<field name="sequence" groups="base.group_extended"/> <field name="sequence"/>
<field name="amount"/> <field name="amount"/>
<field name="contract_id" groups="base.group_extended"/> <field name="contract_id"/>
</group> </group>
</form> </form>
</field> </field>
@ -331,12 +331,12 @@
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="code" select="1"/> <field name="code" select="1"/>
<field name="category_id"/> <field name="category_id"/>
<field name="sequence" groups="base.group_extended"/> <field name="sequence"/>
<field name="quantity"/> <field name="quantity"/>
<field name="rate"/> <field name="rate"/>
<field name="amount"/> <field name="amount"/>
<field name="total"/> <field name="total"/>
<field name="salary_rule_id" groups="base.group_extended"/> <field name="salary_rule_id"/>
</group> </group>
</form> </form>
</field> </field>
@ -565,7 +565,7 @@
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
<field name="category_id"/> <field name="category_id"/>
<field name="sequence" groups="base.group_extended" invisible="1"/> <field name="sequence" invisible="1"/>
<field name="register_id"/> <field name="register_id"/>
</tree> </tree>
</field> </field>

View File

@ -106,7 +106,7 @@
<field name="title_action"/> <field name="title_action"/>
<field name="survey" invisible="1"/> <field name="survey" invisible="1"/>
<button name="action_print_survey" string="Interview" type="object" icon="gtk-print" attrs="{'readonly':[('survey','=',False)]}"/> <button name="action_print_survey" string="Interview" type="object" icon="gtk-print" attrs="{'readonly':[('survey','=',False)]}"/>
<button name="%(survey.action_view_survey_question_message)d" string="Answer" type="action" icon="gtk-execute" context="{'survey_id': survey, 'response_id': [response], 'response_no':0 ,'active' : response, 'object' : 'hr.applicant'}" attrs="{'readonly':[('survey','=',False)]}" groups="base.group_extended"/> <button name="%(survey.action_view_survey_question_message)d" string="Answer" type="action" icon="gtk-execute" context="{'survey_id': survey, 'response_id': [response], 'response_no':0 ,'active' : response, 'object' : 'hr.applicant'}" attrs="{'readonly':[('survey','=',False)]}"/>
<field name="response" invisible="1"/> <field name="response" invisible="1"/>
</group> </group>
<newline/> <newline/>
@ -357,7 +357,7 @@
<tree string="Stages"> <tree string="Stages">
<field name="sequence" invisible="1"/> <field name="sequence" invisible="1"/>
<field name="name"/> <field name="name"/>
<field name="department_id" groups="base.group_extended"/> <field name="department_id"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -373,7 +373,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<separator string="Stage Definition" colspan="6"/> <separator string="Stage Definition" colspan="6"/>
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="department_id" groups="base.group_extended"/> <field name="department_id"/>
<field name="sequence"/> <field name="sequence"/>
</group> </group>
<separator string="Requirements" colspan="4"/> <separator string="Requirements" colspan="4"/>

View File

@ -89,7 +89,7 @@
</field> </field>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<!--field name="job_id"/--> <!--field name="job_id"/-->
<field name="priority"/> <field name="priority"/>
<field name="stage_id" widget="selection"/> <field name="stage_id" widget="selection"/>

View File

@ -42,7 +42,7 @@
</group> </group>
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Accounting" colspan="2"/> <separator string="Accounting" colspan="2"/>
<field domain="[('type','=','normal'),('state', '&lt;&gt;', 'close'),('parent_id','!=',False)]" name="account_id" select="1" groups="base.group_extended"/> <field domain="[('type','=','normal'),('state', '&lt;&gt;', 'close'),('parent_id','!=',False)]" name="account_id" select="1"/>
<field name="amount"/> <field name="amount"/>
<field name="general_account_id"/> <field name="general_account_id"/>
<field name="journal_id"/> <field name="journal_id"/>

View File

@ -35,7 +35,7 @@
<menuitem action="action_hr_timesheet_employee" <menuitem action="action_hr_timesheet_employee"
id="menu_hr_timesheet_employee" id="menu_hr_timesheet_employee"
parent="menu_hr_timesheet_reports" parent="menu_hr_timesheet_reports"
groups="base.group_extended" sequence="2" icon="STOCK_PRINT"/> sequence="2" icon="STOCK_PRINT"/>
<!-- Print My Timesheet --> <!-- Print My Timesheet -->

View File

@ -38,7 +38,7 @@
<menuitem action="action_hr_timesheet_analytic_profit" <menuitem action="action_hr_timesheet_analytic_profit"
id="menu_hr_timesheet_analytic_profit" id="menu_hr_timesheet_analytic_profit"
parent="hr_timesheet.menu_hr_timesheet_reports" groups="base.group_extended" icon="STOCK_PRINT"/> parent="hr_timesheet.menu_hr_timesheet_reports" icon="STOCK_PRINT"/>
</data> </data>
</openerp> </openerp>

View File

@ -33,8 +33,8 @@
<field name="time"/> <field name="time"/>
<field name="name"/> <field name="name"/>
<field name="price"/> <field name="price"/>
<separator string="Force to use a special product" colspan="4" groups="base.group_extended"/> <separator string="Force to use a special product" colspan="4"/>
<field name="product" groups="base.group_extended"/> <field name="product"/>
</group> </group>
<separator colspan="4"/> <separator colspan="4"/>
<group col="2" colspan="4"> <group col="2" colspan="4">

View File

@ -15,9 +15,9 @@
<field name="date"/> <field name="date"/>
<field name="time"/> <field name="time"/>
<field name="name"/> <field name="name"/>
<field name="price" groups="base.group_extended"/> <field name="price"/>
</group> </group>
<group col="2" colspan="4" groups="base.group_extended"> <group col="2" colspan="4">
<separator string="Force to use a specific product" colspan="4"/> <separator string="Force to use a specific product" colspan="4"/>
<field name="product"/> <field name="product"/>
</group> </group>

View File

@ -69,7 +69,7 @@
<newline/> <newline/>
<field name="name"/> <field name="name"/>
<field name="company_id" select="1" groups="base.group_multi_company"/> <field name="company_id" select="1" groups="base.group_multi_company"/>
<field name="department_id" groups="base.group_extended"/> <field name="department_id"/>
</group> </group>
<notebook colspan="4"> <notebook colspan="4">
<page string="Daily"> <page string="Daily">

View File

@ -59,7 +59,7 @@
<field name="user_id"/> <field name="user_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="general_account_id"/> <field name="general_account_id"/>
<field name="product_id"/> <field name="product_id"/>
<field name="journal_id"/> <field name="journal_id"/>

View File

@ -77,7 +77,7 @@
<field name="user_id" /> <field name="user_id" />
</group> </group>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="general_account_id"/> <field name="general_account_id"/>
<field name="to_invoice" widget="selection"/> <field name="to_invoice" widget="selection"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>

View File

@ -211,7 +211,7 @@
</tree> </tree>
</field> </field>
</page> </page>
<page string="History" groups="base.group_extended"> <page string="History">
<field name="vote_ids" nolabel="1" colspan="4" readonly="True"> <field name="vote_ids" nolabel="1" colspan="4" readonly="True">
<tree string="Votes"> <tree string="Votes">
<field name="user_id"/> <field name="user_id"/>
@ -219,7 +219,7 @@
</tree> </tree>
</field> </field>
</page> </page>
<page string="Statistics" groups="base.group_extended"> <page string="Statistics">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="count_comments" /> <field name="count_comments" />
<field name="count_votes" /> <field name="count_votes" />

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="categ_id" position="replace"> <field name="categ_id" position="replace">
<field name="categ_id" widget="selection" <field name="categ_id" widget="selection"
string="Meeting Type" groups="base.group_extended" string="Meeting Type"
domain="[('object_id.model', '=', 'crm.meeting'),('user_id','in',[uid, False])]" /> domain="[('object_id.model', '=', 'crm.meeting'),('user_id','in',[uid, False])]" />
</field> </field>
</field> </field>
@ -23,10 +23,10 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="categ_id" position="replace"> <field name="categ_id" position="replace">
<field name="categ_id" widget="selection" <field name="categ_id" widget="selection"
string="Meeting Type" groups="base.group_extended" string="Meeting Type"
domain="[('object_id.model', '=', 'crm.meeting'),('user_id','in',[uid, False])]" /> domain="[('object_id.model', '=', 'crm.meeting'),('user_id','in',[uid, False])]" />
</field> </field>
</field> </field>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -75,7 +75,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<label string="" colspan="2"/> <label string="" colspan="2"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/> <button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button name="import_from_scheduler_all" groups="base.group_extended" string="_Schedule Recurrent Imports" <button name="import_from_scheduler_all" string="_Schedule Recurrent Imports"
type="object" icon="gtk-execute" /> type="object" icon="gtk-execute" />
<button name="import_all" string="_Import" <button name="import_all" string="_Import"
type="object" icon="terp-camera_test"/> type="object" icon="terp-camera_test"/>

View File

@ -19,7 +19,7 @@
<field name="ask_payment"/> <field name="ask_payment"/>
<field name="client_nihil" string="Is Last Declaration"/><label/> <field name="client_nihil" string="Is Last Declaration"/><label/>
</group> </group>
<group colspan="4" groups="base.group_extended"> <group colspan="4">
<separator string="Comments" colspan="4"/> <separator string="Comments" colspan="4"/>
<field colspan="4" name="comments" nolabel="1"/> <field colspan="4" name="comments" nolabel="1"/>
</group> </group>

View File

@ -21,12 +21,12 @@
<newline/> <newline/>
<separator string="Periods" colspan="4"/> <separator string="Periods" colspan="4"/>
<field name="period_ids" nolabel="1" colspan="4" height="200"/> <field name="period_ids" nolabel="1" colspan="4" height="200"/>
<group colspan="4" groups="base.group_extended"> <group colspan="4">
<separator string="Comments" colspan="4"/> <separator string="Comments" colspan="4"/>
<field colspan="4" name="comments" nolabel="1"/> <field colspan="4" name="comments" nolabel="1"/>
</group> </group>
</page> </page>
<page string="European Countries" groups="base.group_extended"> <page string="European Countries">
<field name="country_ids" colspan="4" nolabel="1"/> <field name="country_ids" colspan="4" nolabel="1"/>
</page> </page>
</notebook> </notebook>

View File

@ -10,8 +10,8 @@
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="property_payment_term" position="after"> <field name="property_payment_term" position="after">
<field name="out_inv_comm_type" groups="base.group_extended"/> <field name="out_inv_comm_type"/>
<field name="out_inv_comm_algorithm" groups="base.group_extended" attrs="{'invisible':[('out_inv_comm_type','!=','bba')]}"/> <field name="out_inv_comm_algorithm" attrs="{'invisible':[('out_inv_comm_type','!=','bba')]}"/>
</field> </field>
</field> </field>
</record> </record>

View File

@ -34,7 +34,7 @@
<field name="inherit_id" ref="account.view_account_tax_template_form"/> <field name="inherit_id" ref="account.view_account_tax_template_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field position="after" name="price_include"> <field position="after" name="price_include">
<field groups="base.group_extended" name="tax_discount"/> <field name="tax_discount"/>
</field> </field>
</field> </field>
</record> </record>
@ -45,7 +45,7 @@
<field name="inherit_id" ref="account.view_tax_form"/> <field name="inherit_id" ref="account.view_tax_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field position="after" name="price_include"> <field position="after" name="price_include">
<field groups="base.group_extended" name="tax_discount"/> <field name="tax_discount"/>
</field> </field>
</field> </field>
</record> </record>
@ -56,8 +56,8 @@
<field name="inherit_id" ref="account.view_account_tax_template_form"/> <field name="inherit_id" ref="account.view_account_tax_template_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field position="after" name="amount"> <field position="after" name="amount">
<field groups="base.group_extended" name="base_reduction"/> <field name="base_reduction"/>
<field groups="base.group_extended" name="amount_mva"/> <field name="amount_mva"/>
</field> </field>
</field> </field>
</record> </record>
@ -68,8 +68,8 @@
<field name="inherit_id" ref="account.view_tax_form"/> <field name="inherit_id" ref="account.view_tax_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field position="after" name="amount"> <field position="after" name="amount">
<field groups="base.group_extended" name="base_reduction"/> <field name="base_reduction"/>
<field groups="base.group_extended" name="amount_mva"/> <field name="amount_mva"/>
</field> </field>
</field> </field>
</record> </record>

View File

@ -91,16 +91,16 @@
<field name="email_from"/> <field name="email_from"/>
<field name="email_to"/> <field name="email_to"/>
<field name="email_cc" attrs="{'invisible':[('email_cc', '=', False)]}"/> <field name="email_cc" attrs="{'invisible':[('email_cc', '=', False)]}"/>
<field name="email_bcc" groups="base.group_extended" attrs="{'invisible':[('email_bcc', '=', False)]}"/> <field name="email_bcc" attrs="{'invisible':[('email_bcc', '=', False)]}"/>
<field name="reply_to" attrs="{'invisible':[('reply_to', '=', False)]}"/> <field name="reply_to" attrs="{'invisible':[('reply_to', '=', False)]}"/>
</group> </group>
<group col="4" colspan="2"> <group col="4" colspan="2">
<separator string="Message Details" colspan="4"/> <separator string="Message Details" colspan="4"/>
<field name="model"/> <field name="model"/>
<button name="open_document" string="Open" type="object" icon="gtk-jump-to" colspan="2"/> <button name="open_document" string="Open" type="object" icon="gtk-jump-to" colspan="2"/>
<field name="res_id" groups="base.group_extended"/> <field name="res_id"/>
<field name="message_id" groups="base.group_extended" colspan="4" attrs="{'invisible':[('message_id', '=', False)]}"/> <field name="message_id" colspan="4" attrs="{'invisible':[('message_id', '=', False)]}"/>
<field name="references" colspan="4" widget="char" size="512" groups="base.group_extended" attrs="{'invisible':[('references', '=', False)]}"/> <field name="references" colspan="4" widget="char" size="512" attrs="{'invisible':[('references', '=', False)]}"/>
</group> </group>
<notebook colspan="4"> <notebook colspan="4">
<page string="Body (Rich)" attrs="{'invisible':[('subtype','=','plain')]}"> <page string="Body (Rich)" attrs="{'invisible':[('subtype','=','plain')]}">
@ -124,7 +124,7 @@
<separator string="Attachments" colspan="4"/> <separator string="Attachments" colspan="4"/>
<field name="attachment_ids" nolabel="1" colspan="4"/> <field name="attachment_ids" nolabel="1" colspan="4"/>
</page> </page>
<page string="Advanced" groups="base.group_extended"> <page string="Advanced" groups="base.group_no_one">
<group col="2" colspan="4"> <group col="2" colspan="4">
<field name="mail_server_id" attrs="{'invisible':[('mail_server_id', '=', False)]}"/> <field name="mail_server_id" attrs="{'invisible':[('mail_server_id', '=', False)]}"/>
<field name="auto_delete"/> <field name="auto_delete"/>
@ -182,14 +182,14 @@
<field name="subject"/> <field name="subject"/>
<field name="date"/> <field name="date"/>
<newline/> <newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended"> <group expand="0" string="Extended Filters...">
<field name="user_id" string="User"/> <field name="user_id" string="User"/>
<field name="partner_id" string="Partner Name"/> <field name="partner_id" string="Partner Name"/>
<field name="model"/> <field name="model"/>
<field name="res_id"/> <field name="res_id"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/> <filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
<filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/> <filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="User" name="User" icon="terp-personal" context="{'group_by':'user_id'}"/> <filter string="User" name="User" icon="terp-personal" context="{'group_by':'user_id'}"/>

View File

@ -246,7 +246,7 @@
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Activity" colspan="2"/> <separator string="Activity" colspan="2"/>
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="signal" groups="base.group_extended"/> <field name="signal" groups="base.group_no_one"/>
<field name="start"/> <field name="start"/>
<field name="object_id" invisible="1"/> <field name="object_id" invisible="1"/>
<field name="campaign_id" invisible="1"/> <field name="campaign_id" invisible="1"/>

View File

@ -20,7 +20,7 @@
<field name="name"/> <field name="name"/>
<field name="categ_id" widget="selection" operator="child_of"/> <field name="categ_id" widget="selection" operator="child_of"/>
<newline/> <newline/>
<group expand='0' string='Group by...' groups="base.group_extended"> <group expand='0' string='Group by...'>
<filter string='Category' icon="terp-stock_symbol-selection" domain="[]" context="{'group_by' : 'categ_id'}" /> <filter string='Category' icon="terp-stock_symbol-selection" domain="[]" context="{'group_by' : 'categ_id'}" />
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string='Date From' icon="terp-go-month" domain="[]" context="{'group_by' : 'membership_date_from'}" /> <filter string='Date From' icon="terp-go-month" domain="[]" context="{'group_by' : 'membership_date_from'}" />
@ -128,7 +128,7 @@
<menuitem name="Association" id="base.menu_association" icon="terp-calendar" sequence="9"/> <menuitem name="Association" id="base.menu_association" icon="terp-calendar" sequence="9"/>
<menuitem name="Members" id="menu_membership" sequence="0" parent="base.menu_association"/> <menuitem name="Members" id="menu_membership" sequence="0" parent="base.menu_association"/>
<menuitem name="Configuration" id="base.menu_marketing_config_association" <menuitem name="Configuration" id="base.menu_marketing_config_association"
parent="base.menu_association" sequence="30" groups="base.group_extended"/> parent="base.menu_association" sequence="30"/>
<menuitem name="Membership Products" <menuitem name="Membership Products"

View File

@ -193,7 +193,7 @@
<field name="resource_type"/> <field name="resource_type"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'resource_type'}"/> <filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'resource_type'}"/>
<separator orientation="vertical" groups="base.group_multi_company"/> <separator orientation="vertical" groups="base.group_multi_company"/>
<filter string="Company" icon="terp-go-home" domain="[]" context="{'group_by':'company_id'}" groups="base.group_multi_company"/> <filter string="Company" icon="terp-go-home" domain="[]" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
@ -250,7 +250,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
<field name="active" groups="base.group_extended"/> <field name="active"/>
<field name="location_id"/> <field name="location_id"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/> <field name="company_id" widget="selection" groups="base.group_multi_company"/>
</group> </group>
@ -291,7 +291,7 @@
<field name="location_id"/> <field name="location_id"/>
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Production Location" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'location_id'}"/> <filter string="Production Location" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'location_id'}"/>
</group> </group>
</search> </search>
@ -321,7 +321,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="product_id" on_change="onchange_product_id(product_id, name, context)" select="1"/> <field name="product_id" on_change="onchange_product_id(product_id, name, context)" select="1"/>
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="code" select="1" string="Reference" groups="base.group_extended"/> <field name="code" select="1" string="Reference"/>
<newline/> <newline/>
<field name="product_qty"/> <field name="product_qty"/>
<field name="product_uom"/> <field name="product_uom"/>
@ -330,7 +330,7 @@
<field name="product_uos_qty" groups="product.group_uos" /> <field name="product_uos_qty" groups="product.group_uos" />
<field name="product_uos" groups="product.group_uos"/> <field name="product_uos" groups="product.group_uos"/>
<newline/> <newline/>
<field name="type" groups="base.group_extended"/> <field name="type"/>
<field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/> <field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/>
</group> </group>
<notebook colspan="4" > <notebook colspan="4" >
@ -348,7 +348,7 @@
<group colspan="4" col="6"> <group colspan="4" col="6">
<field name="product_id" on_change="onchange_product_id(product_id, name)" select="1"/> <field name="product_id" on_change="onchange_product_id(product_id, name)" select="1"/>
<field name="name" select="1"/> <field name="name" select="1"/>
<field name="code" select="1" string="Reference" groups="base.group_extended"/> <field name="code" select="1" string="Reference"/>
<newline/> <newline/>
<field name="product_qty"/> <field name="product_qty"/>
<field name="product_uom"/> <field name="product_uom"/>
@ -357,10 +357,10 @@
<field name="product_uos_qty" groups="product.group_uos" /> <field name="product_uos_qty" groups="product.group_uos" />
<field name="product_uos" groups="product.group_uos"/> <field name="product_uos" groups="product.group_uos"/>
<newline/> <newline/>
<field name="type" groups="base.group_extended"/> <field name="type"/>
<field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/> <field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/>
</group> </group>
<group groups="base.group_extended"> <group>
<notebook colspan="4"> <notebook colspan="4">
<page string="Components"> <page string="Components">
<field colspan="4" name="bom_lines" nolabel="1" widget="one2many_list"> <field colspan="4" name="bom_lines" nolabel="1" widget="one2many_list">
@ -374,7 +374,7 @@
</tree> </tree>
</field> </field>
</page> </page>
<page string="Revisions" groups="base.group_extended" attrs="{'invisible': [('bom_id','!=',False)]}"> <page string="Revisions" attrs="{'invisible': [('bom_id','!=',False)]}">
<field colspan="4" name="revision_ids" nolabel="1" widget="one2many_list"/> <field colspan="4" name="revision_ids" nolabel="1" widget="one2many_list"/>
</page> </page>
<page string="Properties" groups="product.group_mrp_properties"> <page string="Properties" groups="product.group_mrp_properties">
@ -386,15 +386,15 @@
<field name="date_start"/> <field name="date_start"/>
<field name="date_stop"/> <field name="date_stop"/>
<field name="product_rounding"/> <field name="product_rounding"/>
<field name="product_efficiency" groups="base.group_extended"/> <field name="product_efficiency"/>
<field colspan="4" name="property_ids" nolabel="2" groups="base.group_extended"/> <field colspan="4" name="property_ids" nolabel="2"/>
</page> </page>
</notebook> </notebook>
</group> </group>
</form> </form>
</field> </field>
</page> </page>
<page string="Revisions" groups="base.group_extended" attrs="{'invisible': [('bom_id','!=',False)]}"> <page string="Revisions" attrs="{'invisible': [('bom_id','!=',False)]}">
<field colspan="4" name="revision_ids" nolabel="1" widget="one2many_list"/> <field colspan="4" name="revision_ids" nolabel="1" widget="one2many_list"/>
</page> </page>
<page string="Properties" groups="product.group_mrp_properties"> <page string="Properties" groups="product.group_mrp_properties">
@ -406,10 +406,10 @@
<field name="date_start"/> <field name="date_start"/>
<field name="date_stop"/> <field name="date_stop"/>
<field name="product_rounding"/> <field name="product_rounding"/>
<field name="product_efficiency" groups="base.group_extended"/> <field name="product_efficiency"/>
<separator string="Properties" colspan="4"/> <separator string="Properties" colspan="4"/>
<newline/> <newline/>
<field colspan="4" name="property_ids" nolabel="1" groups="base.group_extended"/> <field colspan="4" name="property_ids" nolabel="1"/>
</page> </page>
</notebook> </notebook>
<newline/> <newline/>
@ -431,7 +431,7 @@
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/> <filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/>
<filter string='Default UOM' icon="terp-mrp" domain="[]" context="{'group_by' : 'product_uom'}" /> <filter string='Default UOM' icon="terp-mrp" domain="[]" context="{'group_by' : 'product_uom'}" />
<separator orientation="vertical"/> <separator orientation="vertical"/>
@ -458,10 +458,10 @@
<field name="product_qty"/> <field name="product_qty"/>
<field name="product_uom"/> <field name="product_uom"/>
<field name="type"/> <field name="type"/>
<field name="method" groups="base.group_extended"/> <field name="method"/>
<field name="routing_id" groups="mrp.group_mrp_routings"/> <field name="routing_id" groups="mrp.group_mrp_routings"/>
<field name="date_start" groups="base.group_extended"/> <field name="date_start"/>
<field name="date_stop" groups="base.group_extended"/> <field name="date_stop"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -480,10 +480,10 @@
<field name="product_qty"/> <field name="product_qty"/>
<field name="product_uom"/> <field name="product_uom"/>
<field name="type"/> <field name="type"/>
<field name="method" groups="base.group_extended"/> <field name="method"/>
<field name="routing_id" groups="mrp.group_mrp_routings"/> <field name="routing_id" groups="mrp.group_mrp_routings"/>
<field name="date_start" groups="base.group_extended"/> <field name="date_start"/>
<field name="date_stop" groups="base.group_extended"/> <field name="date_stop"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -516,7 +516,6 @@
<menuitem <menuitem
action="mrp_bom_form_action2" action="mrp_bom_form_action2"
id="menu_mrp_bom_form_action2" id="menu_mrp_bom_form_action2"
groups="base.group_extended"
parent="menu_mrp_bom" parent="menu_mrp_bom"
sequence="20"/> sequence="20"/>
@ -581,8 +580,8 @@
<field name="product_qty" sum="Total Qty"/> <field name="product_qty" sum="Total Qty"/>
<field name="product_uom"/> <field name="product_uom"/>
<field name="routing_id" groups="mrp.group_mrp_routings"/> <field name="routing_id" groups="mrp.group_mrp_routings"/>
<field name="hour_total" sum="Total Hours" groups="base.group_extended"/> <field name="hour_total" sum="Total Hours"/>
<field name="cycle_total" sum="Total Cycles" groups="base.group_extended"/> <field name="cycle_total" sum="Total Cycles"/>
<field name="origin"/> <field name="origin"/>
<field name="state"/> <field name="state"/>
</tree> </tree>
@ -749,7 +748,7 @@
</tree> </tree>
</field> </field>
</page> </page>
<page string="Work Orders" groups="base.group_extended"> <page string="Work Orders">
<button name="action_compute" states="draft" <button name="action_compute" states="draft"
string="Compute Data" type="object" string="Compute Data" type="object"
icon="terp-stock_format-scientific" icon="terp-stock_format-scientific"
@ -780,12 +779,12 @@
</page> </page>
<page string="Extra Information"> <page string="Extra Information">
<field name="company_id" groups="base.group_multi_company" widget="selection"/> <field name="company_id" groups="base.group_multi_company" widget="selection"/>
<field name="priority" groups="base.group_extended"/> <field name="priority"/>
<newline/> <newline/>
<field name="date_start"/> <field name="date_start"/>
<field name="date_finished"/> <field name="date_finished"/>
<field name="picking_id" groups="base.group_extended"/> <field name="picking_id"/>
<field name="move_prod_id" groups="base.group_extended"/> <field name="move_prod_id"/>
</page> </page>
</notebook> </notebook>
<field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"/> <field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"/>
@ -820,10 +819,10 @@
<field name="origin"/> <field name="origin"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/> <filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Routing" icon="terp-stock_align_left_24" domain="[]" context="{'group_by':'routing_id'}" groups="base.group_extended"/> <filter string="Routing" icon="terp-stock_align_left_24" domain="[]" context="{'group_by':'routing_id'}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/> <filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_planned'}" help="Scheduled Date"/> <filter string="Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_planned'}" help="Scheduled Date"/>
@ -1028,8 +1027,7 @@
<!-- Planning --> <!-- Planning -->
<menuitem id="menu_mrp_planning" name="Planning" <menuitem id="menu_mrp_planning" name="Planning"
parent="base.menu_mrp_root" sequence="2" parent="base.menu_mrp_root" sequence="2"/>
groups="base.group_extended"/>
<menuitem action="mrp.mrp_production_action_planning" <menuitem action="mrp.mrp_production_action_planning"
id="menu_mrp_production_order_action" name="Orders Planning" id="menu_mrp_production_order_action" name="Orders Planning"
parent="menu_mrp_planning" sequence="1"/> parent="menu_mrp_planning" sequence="1"/>

View File

@ -148,7 +148,7 @@
<field name="date_planned"/> <field name="date_planned"/>
</group> </group>
<newline/> <newline/>
<group expand="0" string="Group By..." groups="base.group_extended"> <group expand="0" string="Group By...">
<filter string="Work Center" icon="terp-go-home" domain="[]" context="{'group_by':'workcenter_id'}"/> <filter string="Work Center" icon="terp-go-home" domain="[]" context="{'group_by':'workcenter_id'}"/>
<filter string="Production" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'production_id'}"/> <filter string="Production" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'production_id'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
@ -261,18 +261,16 @@
<menuitem name="Work Orders" parent="mrp.menu_mrp_manufacturing" <menuitem name="Work Orders" parent="mrp.menu_mrp_manufacturing"
id="menu_mrp_production_wc_order" id="menu_mrp_production_wc_order"
action="mrp_production_wc_action_form" action="mrp_production_wc_action_form"
groups="base.group_extended" sequence="2"/> sequence="2"/>
<menuitem name="Work Orders By Resource" parent="mrp.menu_mrp_planning" <menuitem name="Work Orders By Resource" parent="mrp.menu_mrp_planning"
id="menu_mrp_production_wc_action_planning" id="menu_mrp_production_wc_action_planning"
action="mrp_production_wc_action_planning" action="mrp_production_wc_action_planning"
sequence="2" sequence="2"
icon="STOCK_INDENT" icon="STOCK_INDENT"/>
groups="base.group_extended"/>
<!-- <menuitem parent="mrp.menu_mrp_planning" <!-- <menuitem parent="mrp.menu_mrp_planning"
id="menu_mrp_production_wc_resource_planning" id="menu_mrp_production_wc_resource_planning"
action="mrp_production_wc_resource_planning" action="mrp_production_wc_resource_planning"
icon="STOCK_INDENT" icon="STOCK_INDENT"/>-->
groups="base.group_extended"/>-->
<!-- Operation codes --> <!-- Operation codes -->

View File

@ -70,7 +70,7 @@
<separator colspan="4" string="States"/> <separator colspan="4" string="States"/>
<field name="state"/> <field name="state"/>
</page> </page>
<page string="History" groups="base.group_extended"> <page string="History">
<field colspan="4" name="move_id" /> <field colspan="4" name="move_id" />
<field colspan="4" name="invoice_line_id"/> <field colspan="4" name="invoice_line_id"/>
</page> </page>
@ -141,7 +141,7 @@
<separator colspan="4" string="Taxes"/> <separator colspan="4" string="Taxes"/>
<field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]" nolabel="1"/> <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]" nolabel="1"/>
</page> </page>
<page string="History" groups="base.group_extended"> <page string="History">
<field colspan="4" name="invoice_line_id" /> <field colspan="4" name="invoice_line_id" />
</page> </page>
</notebook> </notebook>
@ -157,7 +157,7 @@
</tree> </tree>
</field> </field>
</page> </page>
<page string="Extra Info" groups="base.group_extended"> <page string="Extra Info">
<field name="invoice_id"/> <field name="invoice_id"/>
<field name="picking_id"/> <field name="picking_id"/>
<field name="location_id"/> <field name="location_id"/>

View File

@ -65,7 +65,7 @@
<field name="login">editor_demo</field> <field name="login">editor_demo</field>
<field name="company_id" ref="res_company_oerp_editor"/> <field name="company_id" ref="res_company_oerp_editor"/>
<field name="company_ids" eval="[(4, ref('res_company_oerp_editor'))]"/> <field name="company_ids" eval="[(4, ref('res_company_oerp_editor'))]"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice'),ref('base.group_extended')])]"/> <field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice')])]"/>
</record> </record>
<record id="res_users_sales_demo_us" model="res.users"> <record id="res_users_sales_demo_us" model="res.users">
<field name="password">sales_demo_us</field> <field name="password">sales_demo_us</field>
@ -73,7 +73,7 @@
<field name="login">sales_demo_us</field> <field name="login">sales_demo_us</field>
<field name="company_id" ref="res_company_oerp_us"/> <field name="company_id" ref="res_company_oerp_us"/>
<field name="company_ids" eval="[(4, ref('res_company_oerp_us'))]"/> <field name="company_ids" eval="[(4, ref('res_company_oerp_us'))]"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice'),ref('base.group_extended')])]"/> <field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice')])]"/>
</record> </record>
<record id="res_users_sales_demo_be" model="res.users"> <record id="res_users_sales_demo_be" model="res.users">
<field name="password">sales_demo_be</field> <field name="password">sales_demo_be</field>
@ -81,7 +81,7 @@
<field name="login">sales_demo_be</field> <field name="login">sales_demo_be</field>
<field name="company_id" ref="res_company_oerp_be"/> <field name="company_id" ref="res_company_oerp_be"/>
<field name="company_ids" eval="[(4, ref('res_company_oerp_be'))]"/> <field name="company_ids" eval="[(4, ref('res_company_oerp_be'))]"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice'),ref('base.group_extended')])]"/> <field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice')])]"/>
</record> </record>
<record id="res_users_sales_demo_in" model="res.users"> <record id="res_users_sales_demo_in" model="res.users">
<field name="password">sales_demo_in</field> <field name="password">sales_demo_in</field>
@ -89,7 +89,7 @@
<field name="login">sales_demo_in</field> <field name="login">sales_demo_in</field>
<field name="company_id" ref="res_company_oerp_in"/> <field name="company_id" ref="res_company_oerp_in"/>
<field name="company_ids" eval="[(4, ref('res_company_oerp_in'))]"/> <field name="company_ids" eval="[(4, ref('res_company_oerp_in'))]"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice'),ref('base.group_extended')])]"/> <field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice')])]"/>
</record> </record>
<record id="res_users_odoo_demo" model="res.users"> <record id="res_users_odoo_demo" model="res.users">
<field name="password">odoo_demo</field> <field name="password">odoo_demo</field>
@ -97,7 +97,7 @@
<field name="login">odoo_demo</field> <field name="login">odoo_demo</field>
<field name="company_id" ref="res_company_odoo"/> <field name="company_id" ref="res_company_odoo"/>
<field name="company_ids" eval="[(4, ref('res_company_odoo'))]"/> <field name="company_ids" eval="[(4, ref('res_company_odoo'))]"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice'),ref('base.group_extended')])]"/> <field name="groups_id" eval="[(6,0,[ref('base.group_user'),ref('base.group_sale_manager'),ref('project.group_project_user'),ref('account.group_account_invoice')])]"/>
</record> </record>

View File

@ -68,7 +68,6 @@
<menuitem id="menu_custom_multicompany" <menuitem id="menu_custom_multicompany"
name="Multi-Companies" name="Multi-Companies"
parent="base.menu_custom" parent="base.menu_custom"
groups="base.group_extended"
sequence="50"/> sequence="50"/>
<menuitem id="menu_action_inventory_form" <menuitem id="menu_action_inventory_form"

Some files were not shown because too many files have changed in this diff Show More