[FIX] headers

bzr revid: fp@tinyerp.com-20120609222849-gm9loztzarjyn7pl
This commit is contained in:
Fabien Pinckaers 2012-06-10 00:28:49 +02:00
parent a339132d8f
commit 1f885950b4
78 changed files with 86 additions and 96 deletions

View File

@ -10,7 +10,7 @@
<header>
<button name="change_currency" string="Change Currency" type="object" icon="terp-stock_effects-object-colorize"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group string="This wizard will change the currency of the invoice">
<field name="currency_id"/>
</group>

View File

@ -10,7 +10,7 @@
<header>
<button icon="gtk-execute" string="Create" name="data_save" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<separator string="Generate Fiscal Year Opening Entries"/>
<label string="This wizard will generate the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year: it will simply replace the old opening entries with the new ones."/>
<newline/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button string='Refund' icon="gtk-execute" name="invoice_refund" type="object"/>
<header>
</header>
<separator string="Credit Note Options"/>
<group col="4">
<field name="description"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="action_open_window" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<label string="Are you sure you want to open Journal Entries?"/>
</form>
</field>

View File

@ -10,7 +10,7 @@
<header>
<button icon="terp-gtk-go-back-rtl" string="Open for Bank Reconciliation" name="action_open_window" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<group>
<field name="journal_id"/>
</group>

View File

@ -10,7 +10,7 @@
<header>
<button icon="terp-gtk-go-back-rtl" string="Open for Reconciliation" name="action_open_window" type="object" />
<button icon="gtk-cancel" special="cancel" string="Cancel" />
<header>
</header>
<group>
<field name="account_id"/>
</group>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="open_window" type="object" default_focus="1"/>
<header>
</header>
<label string="Are you sure you want to open Account move line entries!"/>
</form>
</field>

View File

@ -10,7 +10,7 @@
<header>
<button icon="terp-gtk-go-back-rtl" string="Open for Unreconciliation" name="action_open_window" type="object" />
<button icon="gtk-cancel" special="cancel" string="Cancel" />
<header>
</header>
<group>
<field name="account_id"/>
</group>

View File

@ -10,7 +10,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-gtk-go-back-rtl" string="Open" name="remove_entries" type="object"/>
<header>
</header>
<group>
<field name="fyear_id" domain="[('state','=','draft')]"/>
</group>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-gtk-go-back-rtl" string="Close Period" name="data_save" type="object"/>
<header>
</header>
<separator string="Are you sure?" colspan="4"/>
<group>
<field name="sure"/>

View File

@ -10,7 +10,7 @@
<header>
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to Next Partner" />
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group col="4">
<field name="next_partner_id"/>
<field name="progress" widget="progressbar" colspan="4"/>

View File

@ -53,7 +53,7 @@
<header>
<button icon="terp-stock_effects-object-colorize" string="Reconcile" name="trans_rec_reconcile" type="object" default_focus="1"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<group string="Write-Off Move" col="4">
<field name="journal_id"/>
<field name="writeoff_acc_id" domain="[('type', '&lt;&gt;', 'view')]"/>

View File

@ -12,7 +12,7 @@
<header>
<button icon="gtk-print" name="check_report" string="Print" type="object" colspan="2" default_focus="1"/>
<button icon="gtk-cancel" special="cancel" string="Cancel" colspan="2"/>
<header>
</header>
<separator string="Aged Partner Balance"/>
<label string="Aged Partner Balance is a more detailed report of your receivables by intervals. When opening that report, OpenERP asks for the name of the company, the fiscal period and the size of the interval to be analyzed (in days). OpenERP then calculates a table of credit balance by period. So if you request an interval of 30 days OpenERP generates an analysis of creditors for the past month, past two months, and so on. "/>
<group col="4">

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-print" name="check_report" string="Print" type="object" colspan="2" default_focus="1" />
<button icon="gtk-cancel" special="cancel" string="Cancel" colspan="2"/>
<header>
</header>
<group col="4">
<field name="chart_account_id" widget='selection' on_change="onchange_chart_id(chart_account_id, context)"/>
<field name="company_id" invisible="1"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="change_inv_state" string="Yes" type="object" icon="terp-camera_test"/>
<button special="cancel" string="No" icon="terp-gtk-stop"/>
<header>
</header>
<label string="Are you sure you want to open this invoice ?"/>
<label string="(Invoice should be unreconciled if you want to open it)"/>
</form>

View File

@ -12,7 +12,7 @@
<button icon="gtk-cancel" special="cancel" string="Cancel" />
<button icon="gtk-execute" string="Generate Entries"
name="action_generate" type="object" />
<header>
</header>
<separator string="Generate Entries before:"/>
<label string ="Automatically generate entries based on what has been entered in the system before a specific date."/>
<group>

View File

@ -11,7 +11,7 @@
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_tax_chart_open_window" type="object" />
<button icon="gtk-cancel" special="cancel" string="Cancel" />
<header>
</header>
<group>
<field name="period_id"/>
<label colspan="4" string="(If you do not select period it will take all open periods)"/>

View File

@ -45,7 +45,7 @@
<header>
<button icon="gtk-ok" string="Unreconcile" name="trans_unrec_reconcile" type="object" default_focus="1"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<separator string="Unreconciliation Transactions"/>
<label string="If you unreconciliate transactions, you must also verify all the actions that are linked to those transactions because they will not be disable"/>
</form>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-execute" string="Create Entries" name="create_entries" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<separator string="This wizard will create recurring accounting entries"/>
<label string="Create manual recurring entries in a chosen journal."/>
<group>

View File

@ -50,7 +50,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-camera_test" string="Approve" name="validate_move_lines" type="object" default_focus="1"/>
<header>
</header>
<separator string="Post Journal Entries"/>
<label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields anymore." colspan="2"/>
</form>

View File

@ -11,7 +11,7 @@
<header>
<button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<group col="4">
<field name="date1"/>
<field name="date2"/>

View File

@ -10,7 +10,7 @@
<header>
<button string="Ok" icon='gtk-execute' type="object" name="activate" default_focus="1"/>
<button special="cancel" string="Cancel" icon='gtk-ok' />
<header>
</header>
<label string="Save This Distribution as a Model"/>
</form>
</field>
@ -24,7 +24,7 @@
<form string="Distribution Model Saved" version="7.0">
<header>
<button special="cancel" string="Ok" icon='gtk-ok'/>
<header>
</header>
<label string="This distribution model has been saved.You will be able to reuse it later."/>
</form>
</field>

View File

@ -10,7 +10,7 @@
<header>
<button icon="gtk-execute" string="Compute" name="asset_compute" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<header>
</header>
<separator string="Post Depreciation Lines"/>
<label string="This wizard will post the depreciation lines of running assets that belong to the selected period."/>
<group>

View File

@ -12,7 +12,7 @@
<form string="Cancel selected statement lines" version="7.0">
<header>
<button icon="gtk-execute" string="Cancel Lines" name="cancel_lines" type="object"/>
<header>
</header>
<label string="Are you sure you want to cancel the selected Bank Statement lines ?"/>
</form>
</field>

View File

@ -13,7 +13,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-execute" string="Confirm Lines" name="confirm_lines" type="object"/>
<header>
</header>
<label string="Are you sure you want to confirm the selected Bank Statement lines ?"/>
<label string="Confirmed lines cannot be changed anymore."/>
</form>

View File

@ -11,7 +11,7 @@
<header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<header>
</header>
<group string="This wizard is used to print budget" col="4">
<field name="date_from"/>
<field name="date_to"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group string="This wizard is used to print budget" col="4">
<field name="date_from"/>
<field name="date_to"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group string="This wizard is used to print summary of budgets">
<field name="date_from"/>
<field name="date_to"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group string="Print Budgets" col="4">
<field name="date_from"/>
<field name="date_to"/>

View File

@ -12,7 +12,7 @@
<header>
<button name="coda_parsing" string="_Import" type="object" icon="gtk-ok"/>
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<header>
</header>
<group col="2" string="Select Your File :">
<field name="coda_data" filename="coda_fname"/>
<field name="coda_fname"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="do_continue" string="Continue" colspan="1" type="object" icon="gtk-ok"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<separator string="Send Follow-Ups"/>
<label string ="This feature allows you to send reminders to partners with pending invoices. You can send them the default message for unpaid invoices or manually enter a message should you need to remind them of a specific information."/>
<group col="4">
@ -79,7 +79,7 @@
<button name="do_mail" string="Send Mails" colspan="1" type="object" icon="gtk-execute"/>
<button name="do_print" string="Print Follow Ups" colspan="1" type="object" icon="gtk-print"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<notebook>
<page string="Partner Selection">
<field name="partner_ids" context="{'search_default_balance_positive': 1}" domain="[('company_id','=',context.get('company_id',False))]"/>
@ -117,7 +117,7 @@
<form string="Summary" version="7.0">
<header>
<button special="cancel" string="Ok" icon='gtk-cancel'/>
<header>
</header>
<separator string="Summary"/>
<field name="summary"/>
</form>

View File

@ -11,7 +11,7 @@
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group>
<field name="message"/>
</group>

View File

@ -11,7 +11,7 @@
<header>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<group>
<field name="duedate" />
</group>
@ -28,7 +28,7 @@
<header>
<button name="create_payment" string="_Add to payment order" colspan="1" type="object" icon="gtk-execute"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<separator string="Entries"/>
<field name="entries"/>
</form>

View File

@ -11,7 +11,7 @@
<header>
<button name="launch_wizard" string="Yes" type="object" icon="gtk-ok" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<separator string="Are you sure you want to make payment?"/>
</form>
</field>

View File

@ -25,14 +25,6 @@
<field name="view_id" ref="view_account_voucher_unreconcile"/>
<field name="target">new</field>
</record>
<!-- <act_window name="Unreconcile entries" -->
<!-- res_model="account.voucher.unreconcile"-->
<!-- src_model="account.voucher"-->
<!-- view_mode="form"-->
<!-- target="new" -->
<!-- key2="client_action_multi" -->
<!-- id="action_view_account_voucher_unreconcile"/>-->
</data>
</openerp>

View File

@ -13,7 +13,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel" />
<button icon="gtk-open" string="Open Logs" name="log_open_window" type="object" />
<header>
</header>
<group col="4">
<field name="from"/>
<field name="to"/>

View File

@ -13,7 +13,7 @@
<header>
<button name="action_add" type="object" string="_Add" icon="gtk-ok" />
<button string="_Cancel" icon="gtk-close" special="cancel" />
<header>
</header>
<separator string="Add Note"/>
<field name="body"/>
</form>

View File

@ -12,7 +12,7 @@
<header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="make_partner" string="Continue" type="object" icon="gtk-ok"/>
<header>
</header>
<separator string="Create a Partner"/>
<group col="4">
<field name="action"/>

View File

@ -13,7 +13,7 @@
<header>
<button name="action_merge" type="object" string="_Merge" icon="gtk-ok" />
<button string="_Cancel" icon="gtk-cancel" special="cancel" />
<header>
</header>
<separator string="Select Opportunities"/>
<field name="opportunity_ids">
<tree>

View File

@ -12,7 +12,7 @@
<header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="make_opportunity" string="Create Opportunity" type="object" icon="gtk-ok"/>
<header>
</header>
<group col="4">
<field name="name"/>
<field name="partner_id"/>

View File

@ -13,7 +13,7 @@
<header>
<button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
<button name="make_opportunity" type="object" string="_Convert" icon="gtk-convert" />
<header>
</header>
<group col="4">
<field name="name"/>
<field name="partner_id" />

View File

@ -12,7 +12,7 @@
<header>
<button name="open_create_partner" string="Create Partner" type="object" icon="gtk-ok" groups="base.group_partner_manager"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<label string="Are you sure you want to create a partner based on this Phonecall ?"/>
<label string="You may have to verify that this partner does not exist already."/>
</form>
@ -30,7 +30,7 @@
<header>
<button name="make_partner" string="Continue" type="object" icon="gtk-ok"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group>
<field name="action"/>
<field name="partner_id" attrs="{'required':[('action','=','exist')],'invisible':[('action','!=','exist')]}" />

View File

@ -14,7 +14,7 @@
<button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
<button name="action_schedule" type="object" string="Log Call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'log')]}" />
<button name="action_schedule" type="object" string="Schedule Call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'schedule')]}" />
<header>
</header>
<group col="4">
<separator string="Schedule/Log a Call" colspan="4"/>
<field name="action"/>

View File

@ -10,7 +10,7 @@
<header>
<button name="browse_ftp" string="_Browse" type="object" icon="gtk-ok"/>
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<header>
</header>
<separator string="Browse Document"/>
<group>
<field name="url" widget="url"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-ok" name="confirm" string="Confirm Anyway" type="object"/>
<button icon="gtk-close" special="cancel" string="Close"/>
<header>
</header>
<label string="Warning: This Event has not reached its Minimum Registration Limit. Are you sure you want to confirm it?"/>
</form>
</field>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-ok" name="create_duplicate" string="Ok" type="object"/>
<button icon="gtk-close" special="cancel" string="Close"/>
<header>
</header>
<group col="4">
<field name="project_id" colspan="4"/>
<field name="date_start"/>

View File

@ -11,7 +11,7 @@
<header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="send_mail" string="Send Mail" type="object" icon="gtk-ok"/>
<header>
</header>
<group string="Send Evaluation Reminder"/>
<field name="evaluation_id"/>
</group>

View File

@ -11,7 +11,7 @@
<header>
<button name="do_create" string="Create Invoices" type="object" icon="terp-gtk-go-back-rtl"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<notebook>
<page string="Billing Data">
<group string="Do you want to show details of work in invoice?">

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<form string="BVR Import" version="7.0">
<header>
button name="import_bvr" string="Import" type="object" icon="gtk-ok" colspan="2"/>
<button name="import_bvr" string="Import" type="object" icon="gtk-ok" colspan="2"/>
<button special="cancel" string="Cancel" icon="gtk-cancel" colspan="2"/>
</header>
<group>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-apply" string="Join" name="membership_invoice" type="object"/>
<button icon="gtk-close" special="cancel" string="Close"/>
<header>
</header>
<group>
<field name="product_id" domain="[('membership','=',True)]" widget="selection" on_change="onchange_product(product_id)"/>
<field name="member_price"/>

View File

@ -13,7 +13,7 @@
<header>
<button name="cancel_repair" string="Yes" type="object" icon="gtk-ok" />
<button icon="gtk-stop" special="cancel" string="No" />
<header>
</header>
<label string="This operation will cancel the Repair process, but will not cancel it's Invoice. Do you want to continue?"/>
</form>
</field>

View File

@ -13,7 +13,7 @@
<header>
<button icon="gtk-stop" special="cancel" string="Cancel" />
<button name="make_invoices" string="Create Invoice" type="object" icon="terp-gtk-go-back-rtl" />
<header>
</header>
<group string="Do you really want to create the invoice(s)?">
<field name="group"/>
</group>

View File

@ -631,7 +631,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Product Template" version="7.0">
<field name="product_image" widget='image' class="oe_form_avatar oe_right"/>
<label for="name" class="oe_form_readonly_hidden"/>
<h1><field name="name"/></h1>
<label for="categ_id" class="oe_form_readonly_hidden"/>

View File

@ -10,7 +10,7 @@
<header>
<button name="action_open_window" string="Open Margins" type="object" icon="gtk-execute"/>
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<header>
</header>
<group col="4" string="General Information">
<field name="from_date" />
<field name="to_date" />

View File

@ -11,17 +11,17 @@
<header>
<button icon="gtk-ok" name="delegate" string="_Delegate" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<header>
</header>
<group>
<group colspan="2" col="2">
<field name="project_id" on_change="onchange_project_id(project_id)"/>
<group>
<field name="project_id" on_change="onchange_project_id(project_id)"/>
<separator string="Delegated Task" colspan="2"/>
<field name="name"/>
<field name="planned_hours"/>
<separator string="New Task Description" colspan="2"/>
<field name="new_task_description" colspan="2" nolabel="1"/>
</group>
<group colspan="2" col="2">
<group>
<field name="user_id"/>
<separator string="Validation Task" colspan="2"/>
<field name="prefix" string="Validation Task Title"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-apply" name="compute_hours" string="_Evaluate" type="object" default_focus="1"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<header>
</header>
<separator string="Reevaluation Task"/>
<group>
<field name="remaining_hours" widget="float_time"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button name="process" icon="gtk-ok" string="Add to Timebox" type="object" />
<header>
</header>
<group col="4">
<field name="timebox_id" widget="selection"/>
<field name="timebox_to_id" widget="selection"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-ok" name="check_selection" string="C_ompute" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<header>
</header>
<group string="Schedule Phases">
<field name="target_project"/>
<field name="project_id" attrs="{'invisible':[('target_project','=','all')], 'required':[('target_project','!=','all')]}"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-ok" name="compute_date" string="C_ompute" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<header>
</header>
<group>
<field name="project_id"/>
</group>

View File

@ -13,7 +13,7 @@
<header>
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<button name="makeInvoices" string="Confirm" type="object" icon="gtk-ok" />
<header>
</header>
<label string="Do you want to generate the supplier invoices?"/>
</form>
</field>

View File

@ -10,7 +10,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-ok" name="create_order" string="Create Quotation" type="object"/>
<header>
</header>
<group>
<field name="partner_id"/>
</group>

View File

@ -11,7 +11,7 @@
<header>
<button name="do_action" type="object" string="_Ok" icon="gtk-ok" />
<button string="_Cancel" icon="gtk-cancel" special="cancel" />
<header>
</header>
<group>
<field name="print_button"/>
<field name="open_action"/>

View File

@ -11,7 +11,7 @@
<button name="create_invoices" string="Create Invoice" type="object" icon="gtk-go-forward" context="{'open_invoices': False}"/>
<button name="create_invoices" string="Create and view Invoice" type="object" icon="terp-camera_test" context="{'open_invoices': True}" />
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group col="4">
<field name="advance_payment_method" on_change="onchange_advance_payment_method(advance_payment_method,product_id)"/>
<newline />

View File

@ -12,7 +12,7 @@
<header>
<button name="makeOrder" string="_Create" type="object" icon='gtk-go-forward'/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<header>
</header>
<group col="4">
<field name="partner_id" required="1"/>
<field name="shop_id" required="1" widget="selection"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="go_step_1" string="Next" type="object" icon="gtk-go-forward"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<separator
string="Please select the action that opens the screen containing the data you want to share."/>
<group>
@ -33,7 +33,7 @@
<header>
<button name="go_step_2" string="Share" type="object" icon="gtk-go-forward"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<header>
</header>
<field name="user_type" invisible="1"/>
<field name="invite" invisible="1"/>
<group>

View File

@ -784,7 +784,7 @@
<button name="action_confirm" states="draft" string="Confirm" type="object" icon="gtk-apply"/>
<button name="cancel_assign" states="assigned" string="Cancel Availability" type="object" icon="gtk-find"/>
<field name="state" widget="statusbar"/>
<header>
</header>
<group>
<group string="Move Information">
<field name="name" invisible="1"/>

View File

@ -10,7 +10,7 @@
<header>
<button name="change_product_qty" string="_Apply" type="object" icon="gtk-apply"/>
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<header>
</header>
<group string="Select Quantity">
<field name="new_quantity" />
<field name="product_id" invisible="1"/>

View File

@ -10,7 +10,7 @@
<header>
<button name="change_price" string="_Apply" type="object" icon="gtk-apply"/>
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<header>
</header>
<separator string="Change Price"/>
<group>
<field name="new_price" string="Cost Price"/>

View File

@ -11,7 +11,7 @@
<header>
<button name="do_merge" string="Yes" type="object" icon="gtk-apply"/>
<button special="cancel" string="_Cancel" icon='gtk-cancel'/>
<header>
</header>
<separator string="Merge Inventories" />
<label string="Do you want to merge theses inventories?"/>
</form>

View File

@ -12,7 +12,7 @@
<header>
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<button name="do_move_consume" string="Ok" type="object" icon="gtk-ok" />
<header>
</header>
<separator string="Consume Products"/>
<div>
<field name="product_id" readonly="1"/>
@ -45,7 +45,7 @@
<header>
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<button name="move_scrap" string="Ok" type="object" icon="gtk-ok" />
<header>
</header>
<separator string="Scrap Products"/>
<group>
<field name="product_id" readonly="1"/>

View File

@ -24,7 +24,7 @@
<header>
<button name="do_partial" string="_Validate" type="object" icon="gtk-go-forward" />
<button icon='gtk-cancel' special="cancel" string="_Cancel" />
<header>
</header>
<separator string="Products"/>
<field name="move_ids"/>
</form>

View File

@ -20,7 +20,7 @@
<button name="do_partial" string="_Transfer" type="object" icon="gtk-go-forward" />
<button icon='gtk-cancel' special="cancel" string="_Cancel" />
<field name="hide_tracking" invisible="1"/>
<header>
</header>
<separator string="Transfer Products" name="product_separator"/>
<field name="move_ids" context="{'hide_tracking': hide_tracking}">
<tree editable="bottom" string="Product Moves">

View File

@ -62,7 +62,7 @@
<header>
<button name="create_returns" string="Return" type="object" icon="gtk-apply" />
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<header>
</header>
<label string="Provide the quantities of the returned products."/>
<group>
<field name="product_return_moves"/>

View File

@ -14,7 +14,7 @@
<button name="create_stock_periods" icon="gtk-dnd" string="Create Daily Periods" type="object"/>
<button name="create_stock_periods" icon="gtk-dnd" string="Create Weekly Periods" type="object" context="{'interval': 6, 'name': 'Weekly'}"/>
<button name="create_stock_periods" icon="gtk-dnd" string="Create Monthly Periods" type="object" context="{'interval': 1, 'name': 'Monthly'}"/>
<header>
</header>
<group col="4">
<field name="date_start"/>
<field name="date_stop"/>

View File

@ -11,7 +11,7 @@
<header>
<button icon="gtk-cancel" special="cancel" string="Close"/>
<button icon="gtk-ok" name="create_planning" string="Create" type="object"/>
<header>
</header>
<group col="4">
<field name="period_id" widget="selection"/>
<field name="company_id" widget= "selection" on_change="onchange_company(company_id)" groups="base.group_multi_company"/>

View File

@ -12,7 +12,7 @@
<header>
<button icon="gtk-execute" name="create_forecast" string="Create" type="object" />
<button icon="gtk-cancel" special="cancel" string="Close"/>
<header>
</header>
<group col="4">
<field name="period_id"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>

View File

@ -57,7 +57,7 @@
<form string="User creation" version="7.0">
<header>
<button icon="gtk-ok" special="cancel" string="_Ok"/>
<header>
</header>
<group string="Results :">
<field name="note"/>
</group>