[MERGE] merge from trunk addons3

bzr revid: ara@tinyerp.com-20101029134238-jxvmg780gn8t25s3
This commit is contained in:
ARA (OpenERP) 2010-10-29 19:12:38 +05:30
commit a064693435
158 changed files with 13257 additions and 4552 deletions

View File

@ -25,6 +25,7 @@ from dateutil.relativedelta import relativedelta
from operator import itemgetter
import netsvc
import pooler
from osv import fields, osv
import decimal_precision as dp
from tools.translate import _
@ -1641,12 +1642,19 @@ class account_tax(osv.osv):
return result in the context
Ex: result=round(price_unit*0.21,4)
"""
def get_precision_tax():
def change_digit_tax(cr):
res = pooler.get_pool(cr.dbname).get('decimal.precision').precision_get(cr, 1, 'Account')
return (16, res+2)
return change_digit_tax
_name = 'account.tax'
_description = 'Tax'
_columns = {
'name': fields.char('Tax Name', size=64, required=True, translate=True, help="This name will be displayed on reports"),
'sequence': fields.integer('Sequence', required=True, help="The sequence field is used to order the tax lines from the lowest sequences to the higher ones. The order is important if you have a tax with several tax children. In this case, the evaluation order is important."),
'amount': fields.float('Amount', required=True, digits_compute=dp.get_precision('Account'), help="For taxes of type percentage, enter % ratio between 0-1."),
'amount': fields.float('Amount', required=True, digits_compute=get_precision_tax(), help="For taxes of type percentage, enter % ratio between 0-1."),
'active': fields.boolean('Active', help="If the active field is set to true, it will allow you to hide the tax without removing it."),
'type': fields.selection( [('percent','Percentage'), ('fixed','Fixed Amount'), ('none','None'), ('code','Python Code'), ('balance','Balance')], 'Tax Type', required=True,
help="The computation method for the tax amount."),

View File

@ -354,7 +354,7 @@
<group col="10" colspan="4">
<filter name="draft" icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Invoices"/>
<filter name="proforma" icon="terp-gtk-media-pause" string="Proforma" domain="[('state','=','proforma2')]" help="Proforma Invoices"/>
<filter name="invoices" icon="terp-camera_test" string="Invoices" domain="[('state','not in',['draft','cancel'])]" help="Proforma/Open/Paid Invoices"/>
<filter name="invoices" icon="terp-dolar" string="Invoices" domain="[('state','not in',['draft','cancel'])]" help="Proforma/Open/Paid Invoices"/>
<separator orientation="vertical"/>
<filter name="unpaid" icon="terp-dolar_ok!" string="Unpaid" domain="[('state','=','open')]" help="Unpaid Invoices"/>
<separator orientation="vertical"/>

View File

@ -33,8 +33,8 @@
<separator colspan="4" string="States"/>
<group>
<field name="state" select="1" readonly="1"/>
<button name="create_period" states="draft" string="Create Monthly Periods" type="object" icon="gtk-dnd"/>
<button name="create_period3" states="draft" string="Create 3 Months Periods" type="object" icon="gtk-dnd"/>
<button name="create_period" states="draft" string="Create Monthly Periods" type="object" icon="terp-document-new"/>
<button name="create_period3" states="draft" string="Create 3 Months Periods" type="object" icon="terp-document-new"/>
</group>
</form>
</field>
@ -129,7 +129,7 @@
<field name="arch" type="xml">
<search string="Search Period">
<group>
<filter string="To Close" name="draft" domain="[('state','=','draft')]" icon="terp-document-new"/>
<filter string="To Close" name="draft" domain="[('state','=','draft')]" icon="terp-dialog-close"/>
<separator orientation="vertical"/>
<field name="name"/>
<field name="code"/>
@ -207,10 +207,10 @@
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Parent Account" icon="terp-folder-green" domain="" context="{'group_by':'parent_id'}"/>
<filter string="Parent Account" icon="terp-folder-orange" domain="" context="{'group_by':'parent_id'}"/>
<separator orientation="vertical"/>
<filter string="Account Type" icon="terp-folder-blue" domain="" context="{'group_by':'user_type'}"/>
<filter string="Internal Type" icon="terp-folder-yellow" domain="" context="{'group_by':'type'}"/>
<filter string="Account Type" icon="terp-stock_symbol-selection" domain="" context="{'group_by':'user_type'}"/>
<filter string="Internal Type" icon="terp-stock_symbol-selection" domain="" context="{'group_by':'type'}"/>
</group>
</search>
</field>
@ -393,7 +393,7 @@
<group expand="0" string="Group By...">
<filter string="User" context="{'group_by':'user_id'}" icon="terp-personal"/>
<separator orientation="vertical"/>
<filter string="Type" context="{'group_by':'type'}" icon="terp-stock_effects-object-colorize"/>
<filter string="Type" context="{'group_by':'type'}" icon="terp-stock_symbol-selection"/>
</group>
</tree>
</field>
@ -1164,8 +1164,15 @@
<field name="period_id" context="{'period_id':self, 'search_default_period_id':self}"/>
</group>
<newline/>
<group expand="0" string="Extended Filters...">
<field name="ref" select="1" string="Reference"/>
<field name="name" select="1"/>
<field name="narration" select="1"/>
<field name="balance" string="Debit/Credit" select='1'/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="12" col="10">
<filter string="Partner" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<separator orientation="vertical"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Account" icon="terp-folder-green" context="{'group_by':'account_id'}"/>
@ -1173,12 +1180,6 @@
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id'}"/>
</group>
<newline/>
<group expand="0" string="Extended options...">
<field name="ref" select="1" string="Reference"/>
<field name="name" select="1"/>
<field name="narration" select="1"/>
<field name="balance" string="Debit/Credit" select='1'/>
</group>
</search>
</field>
</record>
@ -1404,7 +1405,7 @@
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-stock_zoom" 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)]" groups="base.group_extended" help="Journal Entries to Review"/>
<separator orientation="vertical"/>
<field name="name"/>
<field name="ref"/>
@ -1418,7 +1419,7 @@
</group>
<newline/>
<group expand="0" string="Group By..." colspan="12" col="10">
<filter string="Partner" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<separator orientation="vertical"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="States" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
@ -2137,7 +2138,7 @@
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Internal Type" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'type'}"/>
<filter string="Internal Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
<filter string="Account Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'user_type'}"/>
</group>
</search>
@ -2196,7 +2197,7 @@
<newline/>
<group expand="0" string="Group By...">
<filter string="Root Account" icon="terp-folder-orange" domain="[]" context="{'group_by':'account_root_id'}"/>
<filter string="Bank Account" icon="terp-folder-blue" domain="[]" context="{'group_by':'bank_account_view_id'}"/>
<filter string="Bank Account" icon="terp-folder-orange" domain="[]" context="{'group_by':'bank_account_view_id'}"/>
<separator orientation="vertical"/>
<filter string="Receivable Account" icon="terp-sale" domain="[]" context="{'group_by':'property_account_receivable'}"/>
<filter string="Payable Account" icon="terp-purchase" domain="[]" context="{'group_by':'property_account_payable'}"/>

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-27 09:42+0000\n"
"PO-Revision-Date: 2010-10-28 07:39+0000\n"
"Last-Translator: Borja López Soilán <borjalopezsoilan@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-08-02 19:37+0000\n"
"Last-Translator: ninaiz <inigo.rekalde@gmail.com>\n"
"PO-Revision-Date: 2010-10-28 18:00+0000\n"
"Last-Translator: Asier Sarasua Garmendia <Unknown>\n"
"Language-Team: Basque <eu@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: 2010-09-29 05:00+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account
@ -61,7 +61,7 @@ msgstr ""
#. module: account
#: help:account.journal,currency:0
msgid "The currency used to enter statement"
msgstr ""
msgstr "Kontularitza-jartzapenak sartzeko erabilitako moneta"
#. module: account
#: wizard_view:account_use_models,init_form:0
@ -78,12 +78,12 @@ msgstr ""
#. module: account
#: help:account.invoice,period_id:0
msgid "Keep empty to use the period of the validation(invoice) date."
msgstr ""
msgstr "Utzi hutsik baliozkotze-eguneko epea erabiltzeko (faktura)."
#. module: account
#: wizard_view:account.automatic.reconcile,reconcile:0
msgid "Reconciliation result"
msgstr ""
msgstr "Emaitzen adiskidetza"
#. module: account
#: model:ir.actions.act_window,name:account.act_account_acount_move_line_open_unreconciled
@ -95,18 +95,18 @@ msgstr ""
#: field:account.tax,base_code_id:0
#: field:account.tax.template,base_code_id:0
msgid "Base Code"
msgstr ""
msgstr "Oinarri-kodea"
#. module: account
#: view:account.account:0
msgid "Account Statistics"
msgstr ""
msgstr "Kontuen estatistikak"
#. module: account
#: model:ir.actions.wizard,name:account.wizard_vat_declaration
#: model:ir.ui.menu,name:account.menu_wizard_vat_declaration
msgid "Print Taxes Report"
msgstr ""
msgstr "Inprimatu zerga-txostena"
#. module: account
#: field:account.account,parent_id:0

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-09-29 11:09+0000\n"
"Last-Translator: Quentin THEURET <quentin@theuret.net>\n"
"PO-Revision-Date: 2010-10-28 08:22+0000\n"
"Last-Translator: TeMPO <openerp@tempo-consulting.fr>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-09-30 04:40+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-27 14:03+0000\n"
"PO-Revision-Date: 2010-10-28 09:22+0000\n"
"Last-Translator: Lorenzo Battistini <lorenzo.battistini@domsense.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-27 13:56+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:26+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-27 11:14+0000\n"
"PO-Revision-Date: 2010-10-28 09:31+0000\n"
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-26 08:51+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 20:40+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-27 04:59+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account
@ -4510,7 +4510,7 @@ msgstr "Sigurno želite da otvorite ovaj račun?"
#. module: account
#: model:ir.actions.report.xml,name:account.account_3rdparty_ledger_other
msgid "Partner Other Ledger"
msgstr ""
msgstr "Partnerova ostala skladista"
#. module: account
#: view:res.partner:0
@ -5453,6 +5453,9 @@ msgid ""
"amount.If the tax account is base tax code, this field "
"will contain the basic amount(without tax)."
msgstr ""
"Ako je poreski nalog poreski kod naloga, ovo polje sadrzi oporezovani iznos. "
"Ako je poreski nalog bazni poreski kod , ovo polje sadrzi bazni isnos ( bez "
"poreza)"
#. module: account
#: view:account.bank.statement:0

View File

@ -196,7 +196,7 @@
<field name="arch" type="xml">
<search string="Search Analytic Lines">
<group col='6' colspan='4'>
<filter name="sales" string="Sales" domain="[('journal_id.type','=','sale')]" icon="terp-sale" help="Analytic Journal Items related to a sale journal."/>
<filter name="sales" string="Sales" domain="[('journal_id.type','=','sale')]" icon="terp-check" help="Analytic Journal Items related to a sale journal."/>
<filter name="purchases" string="Purchases" domain="[('journal_id.type','=','purchase')]" icon="terp-purchase" help="Analytic Journal Items related to a purchase journal."/>
<filter name="others" string="Others" domain="[('journal_id.type','in',('cash','general','situation'))]" icon="terp-folder-orange"/>
<separator orientation="vertical"/>
@ -206,10 +206,16 @@
<field name="user_id">
<filter string="My Entries" domain="[('user_id','=',uid)]" icon="terp-personal"/>
</field>
</group>
<newline/>
<group expand="0" string="Extended Filters...">
<field name="journal_id" widget="selection"/>
<field name="product_id" widget="selection"/>
<field name="amount" select="1"/>
</group>
<newline/>
<group string="Group By..." expand="0">
<filter string="Account" context="{'group_by':'account_id'}" groups="base.group_extended" icon="terp-folder-blue"/>
<filter string="Account" context="{'group_by':'account_id'}" groups="base.group_extended" icon="terp-folder-green"/>
<filter string="Journal" context="{'group_by':'journal_id'}" icon="terp-folder-orange"/>
<filter string="User" context="{'group_by':'user_id'}" icon="terp-personal"/>
<separator orientation="vertical"/>
@ -217,12 +223,6 @@
<separator orientation="vertical"/>
<filter string="Product" context="{'group_by':'product_id'}" icon="terp-accessories-archiver"/>
</group>
<newline/>
<group expand="0" string="Extended options...">
<field name="journal_id" widget="selection"/>
<field name="product_id" widget="selection"/>
<field name="amount" select="1"/>
</group>
</search>
</field>
</record>
@ -313,7 +313,7 @@
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Type" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'type'}"/>
<filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
</group>
</search>
</field>

View File

@ -87,25 +87,6 @@
<field name="journal_id" widget="selection"/>
<field name="period_id"/>
</group>
<newline/>
<group expand="1" string="Group By...">
<filter string="Partner" icon="terp-partner" context="{'group_by':'partner_id'}"/>
<separator orientation="vertical"/>
<filter string="Product" icon="terp-accessories-archiver" context="{'group_by':['product_id','product_uom_id'], 'quantity_visible':1}"/>
<separator orientation="vertical"/>
<filter string="Currency" name="group_currency" icon="terp-dolar" context="{'group_by':'currency_id', 'currency_id_visible':1, 'amount_currency_visible':1}"/>
<filter string="Journal" name="group_journal" icon="terp-folder-orange" context="{'group_by':'journal_id'}"/>
<filter string="Account" name="group_account" icon="terp-folder-green" context="{'group_by':'account_id'}"/>
<separator orientation="vertical"/>
<filter string="Acc.Type" icon="terp-folder-blue" context="{'group_by':'user_type'}" name="usertype"/>
<filter string="Int.Type" icon="terp-folder-yellow" context="{'group_by':'type'}"/>
<separator orientation="vertical" groups="base.group_multi_company"/>
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<separator orientation="vertical"/>
<filter string="Date" icon="terp-go-today" context="{'group_by':'date'}"/>
<filter string="Period" icon="terp-go-month" name="group_period" context="{'group_by':'period_id'}"/>
<filter string="Fiscal Year" icon="terp-go-year" context="{'group_by':'fiscalyear_id'}"/>
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="fiscalyear_id"/>
@ -119,6 +100,25 @@
<field name="date"/>
<field name="date_maturity"/>
</group>
<newline/>
<group expand="1" string="Group By...">
<filter string="Partner" icon="terp-partner" context="{'group_by':'partner_id'}"/>
<separator orientation="vertical"/>
<filter string="Product" icon="terp-accessories-archiver" context="{'group_by':['product_id','product_uom_id'], 'quantity_visible':1}"/>
<separator orientation="vertical"/>
<filter string="Currency" name="group_currency" icon="terp-dolar" context="{'group_by':'currency_id', 'currency_id_visible':1, 'amount_currency_visible':1}"/>
<filter string="Journal" name="group_journal" icon="terp-folder-orange" context="{'group_by':'journal_id'}"/>
<filter string="Account" name="group_account" icon="terp-folder-green" context="{'group_by':'account_id'}"/>
<separator orientation="vertical"/>
<filter string="Acc.Type" icon="terp-stock_symbol-selection" context="{'group_by':'user_type'}" name="usertype"/>
<filter string="Int.Type" icon="terp-stock_symbol-selection" context="{'group_by':'type'}"/>
<separator orientation="vertical" groups="base.group_multi_company"/>
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<separator orientation="vertical"/>
<filter string="Date" icon="terp-go-today" context="{'group_by':'date'}"/>
<filter string="Period" icon="terp-go-month" name="group_period" context="{'group_by':'period_id'}"/>
<filter string="Fiscal Year" icon="terp-go-year" context="{'group_by':'fiscalyear_id'}"/>
</group>
</search>
</field>
</record>

View File

@ -73,11 +73,11 @@
domain="[('state','not in', ('draft','cancel'))]"
help = "Open and Paid Invoices"/>
<separator orientation="vertical"/>
<filter icon="terp-sale" string="Customer"
<filter icon="terp-personal" string="Customer"
name="customer"
domain="['|', ('type','=','out_invoice'),('type','=','out_refund')]"
help="Customer Invoices And Refunds"/>
<filter icon="terp-purchase"
<filter icon="terp-personal"
string="supplier"
separator="1"
domain="['|', ('type','=','in_invoice'),('type','=','in_refund')]"
@ -98,6 +98,17 @@
<field name="categ_id" />
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="product_id"/>
<separator orientation="vertical"/>
<field name="journal_id" widget="selection"/>
<field name="account_id"/>
<separator orientation="vertical"/>
<field name="date_due"/>
<separator orientation="vertical" groups="base.group_multi_company"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>
<newline/>
<group expand="1" string="Group By...">
<filter string="Partner" name="partner" icon="terp-partner" context="{'group_by':'partner_id','residual_visible':True}"/>
<filter string="Salesman" name='user' icon="terp-personal" context="{'group_by':'user_id'}"/>
@ -119,17 +130,6 @@
<filter string="Month" name="month" icon="terp-go-month" context="{'group_by':'month'}" help="Group by month of Invoice Date"/>
<filter string="Year" name="year" icon="terp-go-year" context="{'group_by':'year'}" help="Group by year of Invoice Date"/>
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="product_id"/>
<separator orientation="vertical"/>
<field name="journal_id" widget="selection"/>
<field name="account_id"/>
<separator orientation="vertical"/>
<field name="date_due"/>
<separator orientation="vertical" groups="base.group_multi_company"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>
</search>
</field>
</record>

View File

@ -164,6 +164,10 @@ class third_party_ledger(rml_parse.rml_parse, common_report_header):
move_state = ['draft','posted']
if self.target_move == 'posted':
move_state = ['posted']
if self.reconcil:
RECONCILE_TAG = " "
else:
RECONCILE_TAG = "AND l.reconcile_id IS NULL"
self.cr.execute(
"SELECT COALESCE(SUM(l.debit),0.0), COALESCE(SUM(l.credit),0.0), COALESCE(sum(debit-credit), 0.0) " \
@ -173,7 +177,7 @@ class third_party_ledger(rml_parse.rml_parse, common_report_header):
"AND m.id = l.move_id " \
"AND m.state IN %s "
"AND account_id IN %s" \
"AND reconcile_id IS NULL " \
" " + RECONCILE_TAG + " "\
"AND " + self.init_query + " ",
(partner.id, tuple(move_state), tuple(self.account_ids)))
return self.cr.fetchall()

View File

@ -45,7 +45,7 @@
<field name="arch" type="xml">
<search string="Accounts">
<group col="10" colspan="4">
<filter icon="terp-go-month" string="Current" name = "current" help="Analytical defaults whose end date is greater then today or None" domain = "['|', ('date_stop', '&gt;', datetime.date.today().strftime('%%Y-%%m-%%d')), ('date_stop', '=', False)]" />
<filter icon="terp-go-month" string="Current" name = "current" help="Analytical defaults whose end date is greater than today or None" domain = "['|', ('date_stop', '&gt;', datetime.date.today().strftime('%%Y-%%m-%%d')), ('date_stop', '=', False)]" />
<separator orientation="vertical"/>
<field name="analytic_id" groups="analytic.group_analytic_accounting"/>
<field name="product_id"/>

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-21 11:27+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 14:30+0000\n"
"Last-Translator: Sam_inv <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-22 04:40+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_analytic_default

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-26 08:45+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 20:48+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-27 04:59+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_analytic_default
@ -95,6 +95,9 @@ msgid ""
"default (eg. create new cutomer invoice or Sale order if we select this "
"company, it will automatically take this as an analytical account)"
msgstr ""
"Selektuj kompaniju koja ce koristiti Analiticki konto specificiranim kao "
"podrazumevani ( npr, kada kreiras novu Fakturu, ili slicno, i ako selektujes "
"ovu kompaniju, ona ce automatski preuzeti ovo kao Analiticki konto)"
#. module: account_analytic_default
#: model:ir.model,name:account_analytic_default.model_sale_order_line

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-21 11:23+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 18:34+0000\n"
"Last-Translator: Sam_inv <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-22 04:40+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_analytic_plans

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-26 08:43+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 20:57+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-27 04:59+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_analytic_plans
@ -375,6 +375,39 @@ msgid ""
"of distribution models.\n"
" "
msgstr ""
"Ovaj ti modul omogucava da koristis nekoliko analitickih planova, u odnosu "
"na Osnovni Dnevnik,\n"
"tako da visestruke analiticke linije su kreirane kada i fakture ili je "
"sadrzaj potvrdjen.\n"
"\n"
"Na primer , mozes definisati sledecu analiticku strukturu:\n"
" Projekat:\n"
" Projekat 1\n"
" SubProj 1.1\n"
" SubProj 1.2\n"
" Projekat 2\n"
" Prodavac\n"
" Janko\n"
" Marko\n"
"\n"
"Ovde imamo dva plana: Projekat i Prodavac. Linija fakture mora\n"
"da bude sposobna da upise analiticki sadrzaj u dva plana: SubProj 1.1 i\n"
"MArko. IZnos se takodje moze podeliti. Sledeci primer je za fakturu koja ima "
"dodira sa dva sub projekta i dodeljena je jednom prodavcu:\n"
"\n"
"Plan1\"\n"
" SubProjekat 1.1 : 50%\n"
" SubProjekat 1.2 : 50%\n"
"PLan2\n"
" Janko: 100%\n"
"\n"
"Tako da ovaj red fakture bude bio potvrdjen on ce generisati 3 Analiticke "
"stavke, \n"
"za jedan sadrzaj naloga,\n"
"Analiticki plan potvrdjuje minimum i maksimum procenata u vreme kada je "
"generisan\n"
"distribucioni model.\n"
" "
#. module: account_analytic_plans
#: view:analytic.plan.create.model:0

View File

@ -173,7 +173,7 @@
<search string="Budget">
<group col="20" colspan="4">
<filter string="Draft" icon="terp-document-new" domain="[('state','=','draft')]" help="Draft Budgets" default="1"/>
<filter string="To Approve" icon="terp-gtk-media-pause" domain="[('state','=','confirm')]" help="To Approve Budgets" />
<filter string="To Approve" icon="terp-camera_test" domain="[('state','=','confirm')]" help="To Approve Budgets" />
<separator orientation="vertical"/>
<field name="name" select="1"/>
<field name="code" select="1" />

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-21 11:28+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 18:35+0000\n"
"Last-Translator: Sam_inv <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-22 04:40+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_budget

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 08:02+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 20:36+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_budget
@ -173,7 +173,7 @@ msgstr "Gotovo"
#: report:account.budget:0
#: report:crossovered.budget.report:0
msgid "Practical Amt"
msgstr ""
msgstr "Prakticna zarada"
#. module: account_budget
#: view:account.budget.post:0
@ -315,7 +315,7 @@ msgstr "Izvestaj unakrsnog budzeta naloga"
#: report:account.budget:0
#: report:crossovered.budget.report:0
msgid "Theoretical Amt"
msgstr ""
msgstr "Teoretska zarada"
#. module: account_budget
#: constraint:ir.rule:0
@ -366,6 +366,27 @@ msgid ""
"Budgets per Budgets.\n"
"\n"
msgstr ""
"Ovaj modul omogucava knjigovodjama da obradjuju analize i unakrsne budzete.\n"
"\n"
"Kada je jedno definisan Master Budzet i budzeti ( U knjigovodstvo/Budzeti),\n"
"Menadzer Projekta moze da postavi planirani iznos za svaki analiticki "
"konto.\n"
"\n"
"Knjigovodja ima mogucnost da vidi ukupni planirani iznos za svaki\n"
"Budzet i Master Budzet da bi osigurao da ukupno planirani iznos nije manji "
"/veci od \n"
"planiranog Budzeta/Master Budzeta. Svaka lista\n"
"zapisa moze da se prebaci i u grafikon za laksi pregled iste.\n"
"\n"
"Dostupna su TRI Izvestaja:\n"
" 1. Prvi je dostupan iz liste Budzeta. I on daje rasipanje za te budzete, "
"analitickog konta u odnosu na Master Budzet.\n"
" 2.Drugi je sumarni predhodnog izvestaja, on samo daje rasispanje za "
"selektovani Budzet analitickog konta.\n"
" 3.Poslednji je dostupan iz Analitickog Grafikona naloga ( konta). On "
"daje rasipanje za slektovani analiticki konto, MAster Budzeta po \n"
"Budzetu.\n"
"\n"
#. module: account_budget
#: field:crossovered.budget.lines,analytic_account_id:0
@ -383,7 +404,7 @@ msgstr "Budzet"
#: report:account.budget:0
#: report:crossovered.budget.report:0
msgid "Planned Amt"
msgstr ""
msgstr "Planirana Zarada"
#. module: account_budget
#: view:account.budget.post:0

View File

@ -7,19 +7,19 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-11-24 13:11+0000\n"
"PO-Revision-Date: 2010-10-01 11:59+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 13:55+0000\n"
"Last-Translator: Sam_inv <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-02 05:05+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_coda
#: field:account.coda,journal_id:0
#: wizard_field:account.coda_import,init,journal_id:0
#: help:account.coda,journal_id:0
#: field:account.coda.import,journal_id:0
msgid "Bank Journal"
msgstr "Bank Dagafschrift"
@ -31,19 +31,14 @@ msgstr ""
"De objectnaam moet beginnen met x_ en mag geen speciale tekens bevatten!"
#. module: account_coda
#: wizard_field:account.coda_import,extraction,note:0
msgid "Log"
msgstr "Logboek"
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Ongeldige modelnaam in de definitie van de actie."
#. module: account_coda
#: wizard_button:account.coda_import,extraction,open:0
msgid "_Open Statement"
msgstr "_Open Afschrift"
#. module: account_coda
#: model:ir.module.module,shortdesc:account_coda.module_meta_information
msgid "Account CODA"
msgstr "Rekening CODA"
#: model:ir.model,name:account_coda.model_account_coda_import
msgid "Account Coda Import"
msgstr ""
#. module: account_coda
#: field:account.coda,name:0
@ -51,19 +46,24 @@ msgid "Coda file"
msgstr "Coda bestand"
#. module: account_coda
#: wizard_view:account.coda_import,init:0
msgid "Clic on 'New' to select your file :"
msgstr "Klik op 'Nieuw' om uw bestand te selecteren :"
#: view:account.coda:0
msgid "Group By..."
msgstr "Sorteren op"
#. module: account_coda
#: model:ir.actions.wizard,name:account_coda.wizard_account_coda_import
msgid "Import Coda File"
msgstr "Importeer Coda bestand"
#: field:account.coda.import,awaiting_account:0
msgid "Default Account for Unrecognized Movement"
msgstr ""
#. module: account_coda
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Ongeldige modelnaam in de definitie van de actie."
#: help:account.coda,date:0
msgid "Import Date"
msgstr "Importdatum"
#. module: account_coda
#: constraint:ir.ui.menu:0
msgid "Error ! You can not create recursive Menu."
msgstr "Fout ! U kan geen herhalend Menu maken"
#. module: account_coda
#: field:account.coda,note:0
@ -71,43 +71,63 @@ msgid "Import log"
msgstr "Import logboek"
#. module: account_coda
#: wizard_field:account.coda_import,init,def_receivable:0
msgid "Default receivable Account"
msgstr "Standaard ontvangstenrekening"
#. module: account_coda
#: model:ir.module.module,description:account_coda.module_meta_information
msgid ""
"Module provides functionality to import\n"
" bank statements from .csv file.\n"
" Import coda file wizard is used to import bank statements."
#: view:account.coda.import:0
msgid "Import"
msgstr ""
"Module voorziet in functies voor het importeren van bankafschriften in "
".csv.bestanden.\n"
"Import coda bestand wizard importeert bankafschriften."
#. module: account_coda
#: wizard_button:account.coda_import,extraction,end:0
msgid "_Close"
msgstr "_Afsluiten"
#. module: account_coda
#: field:account.coda,statement_id:0
msgid "Generated Bank Statement"
msgstr "Gegenereerd bankafschrift"
#. module: account_coda
#: view:account.coda:0
#: model:ir.actions.act_window,name:account_coda.act_account_payment_account_bank_statement
#: model:ir.actions.act_window,name:account_coda.action_account_coda
msgid "Coda import"
msgstr "Coda import"
#. module: account_coda
#: view:account.coda:0
#: field:account.coda.import,note:0
msgid "Log"
msgstr "Logboek"
#. module: account_coda
#: help:account.coda.import,awaiting_account:0
msgid ""
"Set here the default account that will be used, if the partner is found but "
"does not have the bank account, or if he is domiciled"
msgstr ""
#. module: account_coda
#: view:account.coda:0
#: field:account.coda,company_id:0
msgid "Company"
msgstr "Bedrijf"
#. module: account_coda
#: help:account.coda.import,def_payable:0
msgid ""
"Set here the payable account that will be used, by default, if the partner "
"is not found"
msgstr ""
#. module: account_coda
#: view:account.coda:0
msgid "Search Coda"
msgstr ""
#. module: account_coda
#: view:account.coda:0
#: field:account.coda,user_id:0
msgid "User"
msgstr "Gebruiker"
#. module: account_coda
#: view:account.coda:0
#: field:account.coda,date:0
msgid "Date"
msgstr "Datum"
#. module: account_coda
#: model:ir.ui.menu,name:account_coda.menu_account_coda_statement
msgid "Coda Import Logs"
msgstr ""
#. module: account_coda
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
@ -119,52 +139,172 @@ msgid "coda for an Account"
msgstr "coda voor een rekening"
#. module: account_coda
#: wizard_field:account.coda_import,init,def_payable:0
#: field:account.coda.import,def_payable:0
msgid "Default Payable Account"
msgstr "Standaard uitgavenrekening"
#. module: account_coda
#: model:ir.ui.menu,name:account_coda.menu_account_coda
msgid "Coda Statements"
msgstr "Coda afschriften"
#: help:account.coda,name:0
msgid "Store the detail of bank statements"
msgstr "Detail bankafschriften opslaan"
#. module: account_coda
#: model:ir.ui.menu,name:account_coda.menu_account_coda_wizard
#: view:account.coda.import:0
msgid "Cancel"
msgstr ""
#. module: account_coda
#: view:account.coda.import:0
msgid "Open Statements"
msgstr ""
#. module: account_coda
#: model:ir.ui.menu,name:account_coda.menu_account_coda_import
msgid "Import Coda Statements"
msgstr "Importeer Coda afschriften"
#. module: account_coda
#: wizard_button:account.coda_import,init,extraction:0
msgid "_Ok"
msgstr "_Ok"
#. module: account_coda
#: wizard_view:account.coda_import,extraction:0
#: wizard_view:account.coda_import,init:0
#: view:account.coda.import:0
#: model:ir.actions.act_window,name:account_coda.action_account_coda_import
msgid "Import Coda Statement"
msgstr "Importeer Coda afschrift"
#. module: account_coda
#: view:account.coda:0
msgid "Statements"
msgstr ""
#. module: account_coda
#: constraint:ir.rule:0
msgid "Rules are not supported for osv_memory objects !"
msgstr ""
#. module: account_coda
#: field:account.bank.statement,coda_id:0
msgid "Coda"
msgstr "Coda"
#. module: account_coda
#: wizard_view:account.coda_import,extraction:0
#: view:account.coda.import:0
msgid "Results :"
msgstr "Resultaten :"
#. module: account_coda
#: wizard_field:account.coda_import,init,coda:0
#: view:account.coda.import:0
msgid "Result of Imported Coda Statements"
msgstr ""
#. module: account_coda
#: help:account.coda.import,def_receivable:0
msgid ""
"Set here the receivable account that will be used, by default, if the "
"partner is not found"
msgstr ""
#. module: account_coda
#: field:account.coda.import,coda:0
#: model:ir.actions.act_window,name:account_coda.act_account_payment_account_bank_statement
msgid "Coda File"
msgstr "Coda Bestand"
#. module: account_coda
#: field:account.coda,date:0
msgid "Import Date"
msgstr "Importdatum"
#: model:ir.model,name:account_coda.model_account_bank_statement
msgid "Bank Statement"
msgstr "Bank Afschrift"
#. module: account_coda
#: wizard_view:account.coda_import,init:0
msgid "Select your bank journal :"
msgstr "Selecteer bank dagboek :"
#: model:ir.actions.act_window,name:account_coda.action_account_coda
msgid "Coda Logs"
msgstr ""
#. module: account_coda
#: code:addons/account_coda/wizard/account_coda_import.py:0
#, python-format
msgid "Result"
msgstr "Resultaat"
#. module: account_coda
#: view:account.coda.import:0
msgid "Click on 'New' to select your file :"
msgstr ""
#. module: account_coda
#: field:account.coda.import,def_receivable:0
msgid "Default Receivable Account"
msgstr ""
#. module: account_coda
#: view:account.coda.import:0
msgid "Close"
msgstr "Sluiten"
#. module: account_coda
#: field:account.coda,statement_ids:0
msgid "Generated Bank Statements"
msgstr ""
#. module: account_coda
#: model:ir.module.module,shortdesc:account_coda.module_meta_information
msgid "Account CODA - import bank statements from coda file"
msgstr ""
#. module: account_coda
#: view:account.coda.import:0
msgid "Configure Your Journal and Account :"
msgstr ""
#. module: account_coda
#: view:account.coda:0
msgid "Coda Import"
msgstr ""
#. module: account_coda
#: code:addons/account_coda/wizard/account_coda_import.py:0
#, python-format
msgid "The bank account %s is not defined for the partner %s.\n"
msgstr ""
#. module: account_coda
#: view:account.coda:0
#: field:account.coda,journal_id:0
msgid "Journal"
msgstr "Dagboek"
#~ msgid "_Open Statement"
#~ msgstr "_Open Afschrift"
#~ msgid "Account CODA"
#~ msgstr "Rekening CODA"
#~ msgid "_Ok"
#~ msgstr "_Ok"
#~ msgid "Import Coda File"
#~ msgstr "Importeer Coda bestand"
#~ msgid "Clic on 'New' to select your file :"
#~ msgstr "Klik op 'Nieuw' om uw bestand te selecteren :"
#~ msgid "Coda Statements"
#~ msgstr "Coda afschriften"
#~ msgid "Default receivable Account"
#~ msgstr "Standaard ontvangstenrekening"
#~ msgid ""
#~ "Module provides functionality to import\n"
#~ " bank statements from .csv file.\n"
#~ " Import coda file wizard is used to import bank statements."
#~ msgstr ""
#~ "Module voorziet in functies voor het importeren van bankafschriften in "
#~ ".csv.bestanden.\n"
#~ "Import coda bestand wizard importeert bankafschriften."
#~ msgid "_Close"
#~ msgstr "_Afsluiten"
#~ msgid "Generated Bank Statement"
#~ msgstr "Gegenereerd bankafschrift"
#~ msgid "Select your bank journal :"
#~ msgstr "Selecteer bank dagboek :"

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:09+0000\n"
"PO-Revision-Date: 2010-10-28 07:37+0000\n"
"Last-Translator: Borja López Soilán <borjalopezsoilan@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_followup

View File

@ -13,7 +13,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_payment

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:10+0000\n"
"PO-Revision-Date: 2010-10-28 09:28+0000\n"
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_payment

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:14+0000\n"
"PO-Revision-Date: 2010-10-28 09:29+0000\n"
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_reporting

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-26 08:38+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 20:44+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-27 04:59+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_reporting
@ -211,6 +211,7 @@ msgid ""
"Gives the sequence order when displaying a list of account reporting for "
"balance sheet."
msgstr ""
"Daje redosled sekvencama pri prikazu liste izvestaja naloga za sheet stanja"
#. module: account_reporting
#: view:account.report.bs:0
@ -257,7 +258,7 @@ msgstr "Helvetica-Oblique"
#. module: account_reporting
#: model:ir.model,name:account_reporting.model_account_reporting_balance_report
msgid "Account balance report"
msgstr ""
msgstr "Izvestaj Stanja Racuna"
#. module: account_reporting
#: field:account.report.bs,child_id:0

View File

@ -115,9 +115,9 @@ class account_voucher(osv.osv):
return [(r['id'], (str("%.2f" % r['amount']) or '')) for r in self.read(cr, uid, ids, ['amount'], context, load='_classic_write')]
def fields_view_get(self, cr, uid, view_id=None, view_type=False, context=None, toolbar=False, submenu=False):
if not view_id and context.get('invoice_type', False):
if not view_id:
mod_obj = self.pool.get('ir.model.data')
if context.get('invoice_type') in ('out_invoice', 'out_refund'):
if context.get('invoice_type', False) in ('out_invoice', 'out_refund') or context.get('line_type', False) == 'customer':
result = mod_obj.get_object_reference(cr, uid, 'account_voucher', 'view_vendor_receipt_form')
else:
result = mod_obj.get_object_reference(cr, uid, 'account_voucher', 'view_vendor_payment_form')

View File

@ -96,7 +96,7 @@
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-stock_effects-object-colorize" 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')]" groups="base.group_extended" help="To Review"/>
<separator orientation="vertical"/>
<field name="date"/>
<field name="number"/>
@ -107,6 +107,13 @@
<field name="journal_id" widget="selection" context="{'journal_id': self, 'set_visible':False}" />
<field name="period_id" groups="base.group_extended"/>
</group>
<newline/>
<group expand="0" string="Extended Filters..." col='8' colspan='4'>
<field name="reference"/>
<field name="name"/>
<field name="narration"/>
<field name="amount"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
@ -114,13 +121,6 @@
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
<newline/>
<group expand="0" string="Extended options..." col='8' colspan='4'>
<field name="reference"/>
<field name="name"/>
<field name="narration"/>
<field name="amount"/>
</group>
</search>
</field>
</record>
@ -199,7 +199,7 @@
<field name="inherit_id" ref="account.view_bank_statement_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page[@name='statement_line_ids']/field[@name='line_ids']/tree/field[@name='amount']" position="after">
<field name="voucher_id" context="{'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
<field name="voucher_id" context="{'line_type': type, 'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
</xpath>
</field>
</record>
@ -211,7 +211,7 @@
<field name="inherit_id" ref="account.view_bank_statement_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page[@name='statement_line_ids']/field[@name='line_ids']/form/field[@name='sequence']" position="before">
<field name="voucher_id" context="{'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
<field name="voucher_id" context="{'line_type': type, 'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
</xpath>
</field>
</record>
@ -222,7 +222,7 @@
<field name="inherit_id" ref="account.view_bank_statement_form2"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page/field[@name='line_ids']/tree/field[@name='amount']" position="after">
<field name="voucher_id" context="{'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
<field name="voucher_id" context="{'line_type': type, 'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
</xpath>
</field>
</record>
@ -234,7 +234,7 @@
<field name="inherit_id" ref="account.view_bank_statement_form2"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page/field[@name='line_ids']/form/field[@name='amount']" position="after">
<field name="voucher_id" context="{'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
<field name="voucher_id" context="{'line_type': type, 'default_type': amount &lt; 0 and 'payment' or 'receipt', 'type': amount &lt; 0 and 'payment' or 'receipt', 'default_partner_id': partner_id, 'default_journal_id': parent.journal_id, 'default_amount': abs(amount), 'default_reference': ref, 'default_date': date, 'default_name': name}"/>
</xpath>
</field>
</record>

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-26 08:39+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2010-10-28 20:47+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-27 04:59+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: account_voucher
@ -290,7 +290,7 @@ msgstr "Uvezi Racune"
#, python-format
msgid ""
"You have to configure account base code and account tax code on the '%s' tax!"
msgstr ""
msgstr "Treba da konfigurises osnovu naloga i porez naloga u '%s' poreza!"
#. module: account_voucher
#: report:voucher.print:0
@ -311,7 +311,7 @@ msgstr "Na Nalogu od:"
#. module: account_voucher
#: view:account.voucher:0
msgid "Sales Lines"
msgstr ""
msgstr "Linije Prodaje"
#. module: account_voucher
#: report:voucher.cash_receipt.drcr:0
@ -456,12 +456,12 @@ msgstr "Valuta"
#. module: account_voucher
#: view:account.statement.from.invoice.lines:0
msgid "Payable and Receivables"
msgstr ""
msgstr "Prijemi i Isplate"
#. module: account_voucher
#: selection:account.voucher,pay_now:0
msgid "Pay Later or Group Funds"
msgstr ""
msgstr "Plati kasnije ili Grupiraj Sumu"
#. module: account_voucher
#: view:account.voucher:0
@ -591,7 +591,7 @@ msgstr "referentni broj Transakcije"
#. module: account_voucher
#: view:account.voucher:0
msgid "Invoices and outstanding transactions"
msgstr ""
msgstr "Fakture i neobradjene transakcije"
#. module: account_voucher
#: view:account.voucher:0
@ -608,7 +608,7 @@ msgstr "Poništi zatvaranje"
#: view:account.voucher:0
#: model:ir.model,name:account_voucher.model_account_voucher
msgid "Accounting Voucher"
msgstr ""
msgstr "Knjigovodstvo Vaucera"
#. module: account_voucher
#: field:account.voucher,number:0

View File

@ -12,7 +12,7 @@
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-stock_effects-object-colorize" 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')]" groups="base.group_extended" help="To Review"/>
<separator orientation="vertical"/>
<field name="date"/>
<field name="number"/>
@ -23,20 +23,20 @@
<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"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Customer" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
<newline/>
<group expand="0" string="Extended options..." col='8' colspan='4'>
<group expand="0" string="Extended Filters..." col='8' colspan='4'>
<field name="reference"/>
<field name="name"/>
<field name="narration"/>
<field name="amount"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Customer" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
</search>
</field>
</record>
@ -52,7 +52,7 @@
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-stock_effects-object-colorize" 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')]" groups="base.group_extended" help="To Review"/>
<separator orientation="vertical"/>
<field name="date"/>
<field name="number"/>
@ -63,20 +63,20 @@
<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"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
<newline/>
<group expand="0" string="Extended options..." col='8' colspan='4'>
<group expand="0" string="Extended Filters..." col='8' colspan='4'>
<field name="reference"/>
<field name="name"/>
<field name="narration"/>
<field name="amount"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Supplier" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
</search>
</field>
</record>
@ -216,8 +216,8 @@
<field name="state"/>
<button name="cancel_voucher" string="Cancel" states="draft,proforma" icon="gtk-cancel"/>
<button name="cancel_voucher" string="Unreconcile" type="object" states="posted" icon="terp-stock_effects-object-colorize" confirm="Are you sure to unreconcile this record ?"/>
<button name="proforma_voucher" string="Validate" states="draft" icon="gtk-go-forward"/>
<button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft" icon="terp-stock_effects-object-colorize"/>
<button name="proforma_voucher" string="Validate" states="draft" icon="gtk-go-forward"/>
</group>
</form>
</field>
@ -324,8 +324,8 @@
<field name="state"/>
<button name="cancel_voucher" string="Cancel" states="draft,proforma" icon="gtk-cancel"/>
<button name="cancel_voucher" string="Unreconcile" type="object" states="posted" icon="terp-stock_effects-object-colorize" confirm="Are you sure to unreconcile this record ?"/>
<button name="proforma_voucher" string="Validate" states="draft" icon="gtk-go-forward"/>
<button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft" icon="terp-stock_effects-object-colorize"/>
<button name="proforma_voucher" string="Validate" states="draft" icon="gtk-go-forward"/>
</group>
</form>
</field>

View File

@ -11,7 +11,7 @@
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-stock_effects-object-colorize" 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')]" groups="base.group_extended" help="To Review"/>
<separator orientation="vertical"/>
<field name="date"/>
<field name="number"/>
@ -22,20 +22,20 @@
<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"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
<newline/>
<group expand="0" string="Extended options..." col='8' colspan='4'>
<group expand="0" string="Extended Filters..." col='8' colspan='4'>
<field name="reference"/>
<field name="name"/>
<field name="narration"/>
<field name="amount"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Supplier" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
</search>
</field>
</record>
@ -50,7 +50,7 @@
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-stock_effects-object-colorize" 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')]" groups="base.group_extended" help="To Review"/>
<separator orientation="vertical"/>
<field name="date"/>
<field name="number"/>
@ -61,20 +61,20 @@
<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"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Customer" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
<newline/>
<group expand="0" string="Extended options..." col='8' colspan='4'>
<group expand="0" string="Extended Filters..." col='8' colspan='4'>
<field name="reference"/>
<field name="name"/>
<field name="narration"/>
<field name="amount"/>
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="10">
<filter string="Customer" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
<filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id','visible':True}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
</search>
</field>
</record>
@ -259,9 +259,9 @@
<field name="state"/>
<button name="cancel_voucher" string="Cancel" states="draft,proforma" icon="gtk-cancel"/>
<button name="cancel_voucher" string="Cancel" type="object" states="posted" icon="terp-stock_effects-object-colorize" confirm="Are you sure to confirm this record ?"/>
<button name="proforma_voucher" string="Validate" states="draft" icon="gtk-go-forward"/>
<button icon="terp-dolar_ok!" name="%(act_pay_bills)d" context="{'narration':narration, 'title':'Bill Payment', 'type':'payment', 'partner_id': partner_id, 'reference':reference}" type="action" string="Pay Bill" attrs="{'invisible':[('pay_now','!=','pay_now'), ('state','!=','posted')]}"/>
<button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft" icon="terp-stock_effects-object-colorize"/>
<button name="proforma_voucher" string="Validate" states="draft" icon="gtk-go-forward"/>
</group>
</form>
</field>

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:09+0000\n"
"PO-Revision-Date: 2010-10-28 09:19+0000\n"
"Last-Translator: Borja López Soilán <borjalopezsoilan@gmail.com>\n"
"Language-Team: Spanish <es@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: analytic

View File

@ -28,7 +28,7 @@
<form string="Artists">
<separator string="Author/Artist" colspan="4"/>
<group colspan="4" col="6">
<field name="name" colspan="4" string="Name"/>
<field name="name" colspan="4" string="Name" select="1"/>
<newline/>
<field name="pseudo"/>
<field name="birth_death_dates"/>
@ -436,7 +436,7 @@
string="Draft" help="New Object"
name="draft"
domain="[('state','=', 'draft')]"/>
<filter icon="terp-dolar_ok!"
<filter icon="terp-dolar"
string="Sold" help="Buy object"
domain="[('state','=','sold')]"/>
<separator orientation="vertical"/>

View File

@ -75,7 +75,7 @@
<filter string="Buyer" icon="terp-personal" name="buyer" context="{'group_by':'buyer'}"/>
<filter string="Seller" icon="terp-personal" name="seller" context="{'group_by':'seller'}"/>
<separator orientation="vertical"/>
<filter string="Auction" icon="terp-project" name="auction_date" context="{'group_by':'auction'}"/>
<filter string="Auction" icon="terp-purchase" name="auction_date" context="{'group_by':'auction'}"/>
<separator orientation="vertical" />
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
<filter string="Type"
@ -265,4 +265,4 @@ Object encoded
</record>
</data>
</openerp>
</openerp>

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 12:02+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:46+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: audittrail

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:11+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:02+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_action_rule

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 09:53+0000\n"
"PO-Revision-Date: 2010-10-28 08:56+0000\n"
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
"Language-Team: Russian <ru@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_action_rule

View File

@ -108,7 +108,7 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Search Invitations">
<filter icon="terp-camera_test" name="toreview" string="To Review"
<filter icon="terp-gtk-jump-to-ltr" name="toreview" string="To Review"
domain="[('state','=', 'needs-action')]"
separator="1" help="Invitations To Review" />
<filter icon="terp-check" string="Accepted"
@ -130,7 +130,7 @@
<group expand="0" string="Group By...">
<filter string="Responsible" icon="terp-personal" domain="[]"
context="{'group_by':'user_id'}" />
<filter string="Contact" icon="terp-partner" domain="[]"
<filter string="Contact" icon="terp-personal" domain="[]"
context="{'group_by':'partner_address_id'}" />
<separator orientation="vertical" />
<filter string="Type" icon="terp-stock_symbol-selection" help="Invitation Type"

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:25+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:19+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_contact

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 11:46+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:19+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:05+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_iban

View File

@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-16 09:40+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 20:22+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-17 04:53+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_report_creator
@ -27,6 +27,11 @@ msgstr ""
"Unesite izraz za polje po kojem želite filtrirati zapise.\n"
"npr. res_partner.id=3"
#. module: base_report_creator
#: model:ir.model,name:base_report_creator.model_report_menu_create
msgid "Menu Create"
msgstr "Kreiraj Meni"
#. module: base_report_creator
#: field:base_report_creator.report,view_graph_type:0
msgid "Graph Type"
@ -48,9 +53,19 @@ msgid "Graph Mode"
msgstr "Grafički"
#. module: base_report_creator
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Pogrešno ime modela u definiciji akcije."
#: code:addons/base_report_creator/base_report_creator.py:0
#, python-format
msgid ""
"These is/are model(s) (%s) in selection which is/are not related to any "
"other model"
msgstr ""
"Ovo je(su) odabrani model(i) (%s) koji nije(su) povezan(i) s niti jednim "
"drugim modelom"
#. module: base_report_creator
#: view:base_report_creator.report:0
msgid "Legend"
msgstr "Legenda"
#. module: base_report_creator
#: view:base_report_creator.report:0
@ -85,7 +100,7 @@ msgstr "SQL upit"
#. module: base_report_creator
#: view:base_report_creator.report:0
#: wizard_button:base_report_creator.report.menu.create,init,create_menu:0
#: view:report.menu.create:0
msgid "Create Menu"
msgstr "Kreiraj Meni"
@ -106,13 +121,23 @@ msgid "OR"
msgstr "ILI"
#. module: base_report_creator
#: model:ir.ui.menu,name:base_report_creator.menu_base_report_creator_action
#: model:ir.ui.menu,name:base_report_creator.menu_base_report_creator_action_config
#: model:ir.actions.act_window,name:base_report_creator.base_report_creator_action
msgid "Custom Reports"
msgstr "Prilagođeni izvještaji"
#. module: base_report_creator
#: wizard_view:base_report_creator.report.menu.create,init:0
#: code:addons/base_report_creator/base_report_creator.py:0
#, python-format
msgid "No Related Models!!"
msgstr "Nema srodnih modela!!"
#. module: base_report_creator
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Pogrešno ime modela u definiciji akcije."
#. module: base_report_creator
#: view:report.menu.create:0
msgid "Menu Information"
msgstr "Informacije Menija"
@ -136,23 +161,13 @@ msgstr "Lista polja"
msgid "Report Type"
msgstr "Tip izveštaja"
#. module: base_report_creator
#: view:base_report_creator.report:0
msgid "State"
msgstr "Stanje"
#. module: base_report_creator
#: selection:base_report_creator.report,state:0
msgid "Valid"
msgstr "Potvrđeno"
#. module: base_report_creator
#: view:base_report_creator.report:0
msgid "Add filter"
msgstr "Dodaj Filter"
#. module: base_report_creator
#: model:ir.actions.wizard,name:base_report_creator.wizard_menu_create
#: model:ir.actions.act_window,name:base_report_creator.action_report_menu_create
msgid "Create Menu for Report"
msgstr "Kreiraj Meni za Izveštaje"
@ -171,6 +186,7 @@ msgid "/"
msgstr "/"
#. module: base_report_creator
#: view:base_report_creator.report:0
#: field:base_report_creator.report.fields,report_id:0
#: field:base_report_creator.report.filter,report_id:0
#: model:ir.model,name:base_report_creator.model_base_report_creator_report
@ -187,6 +203,11 @@ msgstr "Početni datum"
msgid "Invalid XML for View Architecture!"
msgstr "Nevažeći XML za pregled arhitekture"
#. module: base_report_creator
#: field:base_report_creator.report,group_ids:0
msgid "Authorized Groups"
msgstr "Autorizovane Grupe"
#. module: base_report_creator
#: selection:base_report_creator.report,view_type1:0
#: selection:base_report_creator.report,view_type2:0
@ -194,11 +215,6 @@ msgstr "Nevažeći XML za pregled arhitekture"
msgid "Tree"
msgstr "Stablo"
#. module: base_report_creator
#: field:base_report_creator.report,group_ids:0
msgid "Authorized Groups"
msgstr "Autorizovane Grupe"
#. module: base_report_creator
#: field:base_report_creator.report,view_graph_orientation:0
msgid "Graph Orientation"
@ -215,7 +231,7 @@ msgid "Security"
msgstr "Bezbednost"
#. module: base_report_creator
#: wizard_field:base_report_creator.report.menu.create,init,menu_name:0
#: field:report.menu.create,menu_name:0
msgid "Menu Name"
msgstr "Naziv Menija"
@ -259,21 +275,11 @@ msgstr "Grafikon"
msgid "Field Name"
msgstr "Naziv polja"
#. module: base_report_creator
#: selection:base_report_creator.report,state:0
msgid "Draft"
msgstr "Priprema"
#. module: base_report_creator
#: wizard_view:base_report_creator.report_filter.fields,set_value_select_field:0
msgid "Set Filter Values"
msgstr "Postavi Vrednosti Filtera"
#. module: base_report_creator
#: field:base_report_creator.report,state:0
msgid "Status"
msgstr "Status"
#. module: base_report_creator
#: selection:base_report_creator.report,view_graph_orientation:0
msgid "Vertical"
@ -289,6 +295,11 @@ msgstr "Izvestaj redova i kolona"
msgid "General Configuration"
msgstr "Opšte podešavanje"
#. module: base_report_creator
#: help:base_report_creator.report.fields,sequence:0
msgid "Gives the sequence order when displaying a list of fields."
msgstr "daje sekvence zahteva kada prikazuje listu polja"
#. module: base_report_creator
#: wizard_view:base_report_creator.report_filter.fields,init:0
msgid "Select Field to filter"
@ -315,6 +326,15 @@ msgstr "Metod grupisanja"
msgid "Condition"
msgstr "Uslov"
#. module: base_report_creator
#: help:base_report_creator.report,active:0
msgid ""
"If the active field is set to true, it will allow you to hide the report "
"without removing it."
msgstr ""
"ako je aktivno polje postavljeno na 'istina', ono ti omogucava da sakrijes "
"izvetaj bez uklanjanja."
#. module: base_report_creator
#: selection:base_report_creator.report.fields,group_method:0
msgid "Count"
@ -326,7 +346,7 @@ msgid "X Axis"
msgstr "X osa"
#. module: base_report_creator
#: wizard_field:base_report_creator.report.menu.create,init,menu_parent_id:0
#: field:report.menu.create,menu_parent_id:0
msgid "Parent Menu"
msgstr "Roditeljski Meni"
@ -341,7 +361,7 @@ msgid "Filter Name"
msgstr "Naziv Filtera"
#. module: base_report_creator
#: model:ir.actions.wizard,name:base_report_creator.wizard_report_open
#: view:base_report_creator.report:0
msgid "Open Report"
msgstr "Otvori izveštaj"
@ -357,9 +377,9 @@ msgid "Report Creator"
msgstr "Kreator izveštaja"
#. module: base_report_creator
#: wizard_button:base_report_creator.report.menu.create,init,end:0
#: wizard_button:base_report_creator.report_filter.fields,init,end:0
#: wizard_button:base_report_creator.report_filter.fields,set_value_select_field,end:0
#: view:report.menu.create:0
msgid "Cancel"
msgstr "Otkaži"
@ -370,6 +390,11 @@ msgid ""
msgstr ""
"Ime objekta mora da počinje sa x_ i ne sme da sadrži specijalne karaktere !"
#. module: base_report_creator
#: field:base_report_creator.report,menu_id:0
msgid "Menu"
msgstr "Meni"
#. module: base_report_creator
#: field:base_report_creator.report,view_type1:0
msgid "First View"
@ -385,6 +410,11 @@ msgstr "Kašnjenje"
msgid "Field"
msgstr "Polje"
#. module: base_report_creator
#: selection:base_report_creator.report.fields,calendar_mode:0
msgid "Unique Colors"
msgstr "Jedinstvane Boje"
#. module: base_report_creator
#: view:base_report_creator.report:0
msgid "Filters on Fields"
@ -400,27 +430,10 @@ msgstr "Tortni grafikon"
msgid "Third View"
msgstr "Treći pogled"
#. module: base_report_creator
#: model:ir.module.module,description:base_report_creator.module_meta_information
msgid ""
"This modules allows you to create any statistic\n"
"report on several object. It's a SQL query builder and browser\n"
"for and users.\n"
"\n"
"After installing the module, it adds a menu to define custom report in\n"
"the \"Dashboard\" menu.\n"
msgstr ""
"Ovi moduli vam dozvoljavaju kreiranje bilo kojeg statističkog\n"
"izvještaja iz više objekata. To je graditelj SQL upita i pretrazivac\n"
"za krajnje korisnike.\n"
"\n"
"Nakon instalacije, modul dodaje Meni za kreiranje prilagođenog izvještaja\n"
"na Meniju Glavne Table.\n"
#. module: base_report_creator
#: selection:base_report_creator.report.fields,calendar_mode:0
msgid "Uniq Colors"
msgstr "Jedinstvene boje"
msgid "End Date"
msgstr "Krajnji Datum"
#. module: base_report_creator
#: field:base_report_creator.report,name:0
@ -439,8 +452,8 @@ msgstr "Prosečno"
#. module: base_report_creator
#: view:base_report_creator.report:0
msgid "Reports"
msgstr "Izveštaji"
msgid "Use %(uid)s to filter by the connected user"
msgstr "Koristi %(uid)s da filtriras konektovane korisnike"
#. module: base_report_creator
#: selection:base_report_creator.report.fields,group_method:0
@ -468,7 +481,7 @@ msgid "Second View"
msgstr "Drugi pogled"
#. module: base_report_creator
#: wizard_view:base_report_creator.report.menu.create,init:0
#: view:report.menu.create:0
msgid "Create Menu For This Report"
msgstr "Kreiraj Meni za ovaj izveštaj"
@ -498,3 +511,54 @@ msgstr "Polja za Prikaz"
#: field:base_report_creator.report,filter_ids:0
msgid "Filters"
msgstr "Filteri"
#. module: base_report_creator
#: model:ir.module.module,description:base_report_creator.module_meta_information
msgid ""
"This module allows you to create any statistic\n"
"report on several objects. It's a SQL query builder and browser\n"
"for and users.\n"
"\n"
"After installing the module, it adds a menu to define custom report in\n"
"the \"Dashboard\" menu.\n"
msgstr ""
"Ovaj vam modul omogucava da kreirate bilo koji statisticki\n"
"izvestaj za nekoliko objekata.To je SQL upit , graditelj i pretrazivac za "
"korisnike.\n"
"\n"
"Nakon instaliranja modula, on dodaje meni za definisanje proizvoljni "
"izvestaj u\n"
"meniju \" Glavne Table\".\n"
#~ msgid "Valid"
#~ msgstr "Potvrđeno"
#~ msgid "State"
#~ msgstr "Stanje"
#~ msgid "Status"
#~ msgstr "Status"
#~ msgid "Draft"
#~ msgstr "Priprema"
#~ msgid "Uniq Colors"
#~ msgstr "Jedinstvene boje"
#~ msgid ""
#~ "This modules allows you to create any statistic\n"
#~ "report on several object. It's a SQL query builder and browser\n"
#~ "for and users.\n"
#~ "\n"
#~ "After installing the module, it adds a menu to define custom report in\n"
#~ "the \"Dashboard\" menu.\n"
#~ msgstr ""
#~ "Ovi moduli vam dozvoljavaju kreiranje bilo kojeg statističkog\n"
#~ "izvještaja iz više objekata. To je graditelj SQL upita i pretrazivac\n"
#~ "za krajnje korisnike.\n"
#~ "\n"
#~ "Nakon instalacije, modul dodaje Meni za kreiranje prilagođenog izvještaja\n"
#~ "na Meniju Glavne Table.\n"
#~ msgid "Reports"
#~ msgstr "Izveštaji"

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 12:49+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:29+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_setup

View File

@ -42,7 +42,7 @@
</group>
<newline/>
<group expand="0" string="Group By" colspan="4">
<filter string="Object" icon="terp-stage" domain="[]" context="{'group_by':'obj_id'}"/>
<filter string="Object" icon="terp-stock_align_left_24" domain="[]" context="{'group_by':'obj_id'}"/>
<separator orientation="vertical"/>
<filter string="Date" icon="terp-go-month" domain="[]" context="{'group_by':'name'}"/>
</group>
@ -124,7 +124,7 @@
</group>
<newline/>
<group expand="0" string="Group By" colspan="4">
<filter string="Object to synchronize" icon="terp-stage" domain="[]" context="{'group_by':'model_id'}"/>
<filter string="Object to synchronize" icon="terp-stock_align_left_24" domain="[]" context="{'group_by':'model_id'}"/>
<separator orientation="vertical"/>
<filter string="Latest synchronization" icon="terp-go-month" domain="[]" context="{'group_by':'synchronize_date'}"/>
</group>
@ -185,7 +185,6 @@
<field name="server_port"/>
<field name="server_db"/>
</group>
</form>
</field>
</record>
@ -199,10 +198,7 @@
<menuitem action="action_base_synchro_server_tree" id="synchro_server_tree_menu_id" parent="base_synchro.next_id_63"/>
<!--view_base_synchro_server end -->
</data>
</openerp>

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 14:19+0000\n"
"PO-Revision-Date: 2010-10-28 09:29+0000\n"
"Last-Translator: Lorenzo Battistini <lorenzo.battistini@domsense.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_vat

View File

@ -6,23 +6,23 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-08-03 03:16+0000\n"
"Last-Translator: mga (Open ERP) <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 12:46+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-09-29 04:58+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_vat
#: model:ir.module.module,description:base_vat.module_meta_information
#: code:addons/base_vat/base_vat.py:0
#, python-format
msgid ""
"Enable the VAT Number for the partner. Check the validity of that VAT Number."
msgstr ""
"Activeer het BTW-nummer voor de relatie. Controleer of het BTW-nummer geldig "
"is."
"The Vat does not seems to be correct. You should have entered something like "
"this %s"
msgstr "De BTW lijkt niet correct te zijn. U moet iets invullen zoals dit %s"
#. module: base_vat
#: constraint:ir.ui.view:0
@ -30,11 +30,47 @@ msgid "Invalid XML for View Architecture!"
msgstr "Ongeldige XML voor overzicht!"
#. module: base_vat
#: field:res.partner,vat_subjected:0
msgid "VAT Legal Statement"
msgstr "BTW-verklaring"
#: constraint:ir.model:0
msgid ""
"The Object name must start with x_ and not contain any special character !"
msgstr ""
"De Object naam moet beginnen met x_ en mag geen speciaal teken bevatten !"
#. module: base_vat
#: model:ir.module.module,shortdesc:base_vat.module_meta_information
msgid "VAT"
msgstr "BTW"
msgid "Base VAT - To check VAT number validity"
msgstr "Basis BTW - voor controle geldigheid BTW nummer"
#. module: base_vat
#: code:addons/base_vat/base_vat.py:0
#, python-format
msgid "The VAT is invalid, It should begin with the country code"
msgstr "De BTW-nummer is ongeldig, het zou moeten beginnen met de landcode"
#. module: base_vat
#: help:res.partner,vat_subjected:0
msgid ""
"Check this box if the partner is subjected to the VAT. It will be used for "
"the VAT legal statement."
msgstr ""
"Aanvinken indien de relatie BTW-plichtig is. Het wordt gebruikt voor de BTW "
"aangifte."
#. module: base_vat
#: model:ir.model,name:base_vat.model_res_partner
msgid "Partner"
msgstr "Relatie"
#. module: base_vat
#: field:res.partner,vat_subjected:0
msgid "VAT Legal Statement"
msgstr "BTW-plichtig"
#~ msgid "VAT"
#~ msgstr "BTW"
#~ msgid ""
#~ "Enable the VAT Number for the partner. Check the validity of that VAT Number."
#~ msgstr ""
#~ "Activeer het BTW-nummer voor de relatie. Controleer of het BTW-nummer geldig "
#~ "is."

View File

@ -7,34 +7,70 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-10-15 08:42+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 21:02+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian <sr@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: 2010-10-16 04:47+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: base_vat
#: model:ir.module.module,description:base_vat.module_meta_information
#: code:addons/base_vat/base_vat.py:0
#, python-format
msgid ""
"Enable the VAT Number for the partner. Check the validity of that VAT Number."
msgstr ""
"Dozvoli porezni broj partnera. Proveri ispravnost tog poreznog broja."
"The Vat does not seems to be correct. You should have entered something like "
"this %s"
msgstr "PDV izgleda da nije korektan. Trebas upisati nesto kao %s"
#. module: base_vat
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "Nevažeći XML za pregled arhitekture"
#. module: base_vat
#: constraint:ir.model:0
msgid ""
"The Object name must start with x_ and not contain any special character !"
msgstr ""
"Ime objekta mora poceti sa x_ i ne sme sadrzavati specijalne karaktere !"
#. module: base_vat
#: model:ir.module.module,shortdesc:base_vat.module_meta_information
msgid "Base VAT - To check VAT number validity"
msgstr "Osnovni PDV - Za Proveru validnosti PDV cifre"
#. module: base_vat
#: code:addons/base_vat/base_vat.py:0
#, python-format
msgid "The VAT is invalid, It should begin with the country code"
msgstr "PDV je neispravan, trebalo bi da zapocne sa kodom zemlje"
#. module: base_vat
#: help:res.partner,vat_subjected:0
msgid ""
"Check this box if the partner is subjected to the VAT. It will be used for "
"the VAT legal statement."
msgstr ""
"Cekiraj ovu kucicu ukoliko je PDV naslovljen na partnera. On ce koristiti "
"zakonsku PDV izjavu."
#. module: base_vat
#: model:ir.model,name:base_vat.model_res_partner
msgid "Partner"
msgstr "Partner"
#. module: base_vat
#: field:res.partner,vat_subjected:0
msgid "VAT Legal Statement"
msgstr "PDV zakonska izjava"
#. module: base_vat
#: model:ir.module.module,shortdesc:base_vat.module_meta_information
msgid "VAT"
msgstr "PDV"
#~ msgid "VAT"
#~ msgstr "PDV"
#~ msgid ""
#~ "Enable the VAT Number for the partner. Check the validity of that VAT Number."
#~ msgstr ""
#~ "Dozvoli porezni broj partnera. Proveri ispravnost tog poreznog broja."

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 12:33+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:42+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: board

View File

@ -347,8 +347,8 @@
<filter string="Team" icon="terp-personal+" domain="[]" context="{'group_by':'section_id'}"/>
<filter string="Referrer" icon="terp-personal" domain="[]" context="{'group_by':'referred'}"/>
<separator orientation="vertical"/>
<filter string="Category" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'categ_id'}"/>
<filter string="Campaign" icon="terp-stock_symbol-selection"
<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'}" />
<filter string="Channel" icon="terp-call-start"
domain="[]" context="{'group_by':'channel_id'}" />

View File

@ -321,7 +321,7 @@
<field name="user_id" select="1"/>
</group>
<newline/>
<group expand="0" string="Extended Options...">
<group expand="0" string="Extended Filters...">
<field name="class" select="1" string="Privacy"/>
<field name="show_as" string="Show time as" select="1"/>
</group>

View File

@ -75,7 +75,7 @@
<field name="state"/>
<button name="case_cancel" string="Cancel"
states="draft" type="object"
icon="gtk-close" />
icon="gtk-cancel" />
<button name="case_mark_lost" string="Mark Lost"
states="open,pending" type="object"
icon="gtk-cancel" />
@ -330,9 +330,9 @@
context="{'group_by':'priority'}" />
<filter string="Category" icon="terp-stock_symbol-selection"
domain="[]" context="{'group_by':'categ_id'}" />
<filter string="Campaign" icon="terp-stock_symbol-selection"
<filter string="Campaign" icon="terp-gtk-jump-to-rtl"
domain="[]" context="{'group_by':'type_id'}" groups="base.group_extended"/>
<filter string="Channel" icon="terp-stock_symbol-selection"
<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'}"/>
<separator orientation="vertical" />

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 09:53+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:30+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: crm

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 13:48+0000\n"
"PO-Revision-Date: 2010-10-28 09:17+0000\n"
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:06+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: crm

View File

@ -139,9 +139,9 @@
<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="Campaign" icon="terp-stock_symbol-selection"
<filter string="Campaign" icon="terp-gtk-jump-to-rtl"
domain="[]" context="{'group_by':'type_id'}" />
<filter string="Channel" icon="terp-stock_symbol-selection"
<filter string="Channel" icon="terp-call-start"
domain="[]" context="{'group_by':'channel_id'}" />
<separator orientation="vertical" />
<filter string="State" icon="terp-stock_effects-object-colorize"

View File

@ -64,7 +64,7 @@
domain="[('create_date','&lt;=', (datetime.date.today() - relativedelta(day=31, months=1)).strftime('%%Y-%%m-%%d')),('create_date','&gt;=',(datetime.date.today() - relativedelta(day=1,months=1)).strftime('%%Y-%%m-%%d'))]"
help="Phone calls made in last month"/>
<separator orientation="vertical" />
<filter icon="terp-check"
<filter icon="terp-gtk-go-back-rtl"
string="Todo"
domain="[('state','in',('draft','open'))]"
help="Phone calls which are in draft and open state"/>

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 09:58+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:43+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: crm_claim

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:01+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:07+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: crm_fundraising

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:03+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:30+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: crm_helpdesk

View File

@ -18,7 +18,7 @@
<filter icon="terp-check"
string="Current"
domain="[('state','in',('draft','open'))]"/>
<filter icon="terp-check"
<filter icon="terp-dialog-close"
string="Closed"
domain="[('state','=','done')]"/>
<separator orientation="vertical" />
@ -47,7 +47,7 @@
<group expand="1" string="Group By...">
<filter string="Salesman" name="user" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}" />
<filter string="Partner" icon="terp-personal" context="{'group_by':'partner_assigned_id'}" />
<filter string="Partner" icon="terp-partner" context="{'group_by':'partner_assigned_id'}" />
<filter string="Country" icon="terp-go-home" context="{'group_by':'country_id'}" />
<separator orientation="vertical" />
<filter string="Section" icon="terp-personal+"

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:07+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:38+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: crm_profiling

View File

@ -23,7 +23,6 @@ from osv import osv, fields
from tools import cache
import pooler
class decimal_precision(osv.osv):
_name = 'decimal.precision'
_columns = {
@ -31,7 +30,7 @@ class decimal_precision(osv.osv):
'digits': fields.integer('Digits', required=True),
}
_defaults = {
'digits': lambda *a : 2,
'digits': 2,
}
_sql_constraints = [
@ -55,10 +54,10 @@ class decimal_precision(osv.osv):
decimal_precision()
def get_precision(application):
def change_digit(cr):
res = pooler.get_pool(cr.dbname).get('decimal.precision').precision_get(cr, 1, application)
return (16, res)
return change_digit
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 10:08+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:29+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: decimal_precision

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 16:05+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:29+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:05+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: delivery

View File

@ -162,7 +162,7 @@
<field name="arch" type="xml">
<search string="Search Document Directory">
<filter string="Static" domain="[('type','=','directory')]"/>
<filter string="Resources" domain="[('type','=','ressource')]"/>
<filter string="Resources" icon="terp-personal" domain="[('type','=','ressource')]"/>
<separator orientation="vertical"/>
<field name="name" />
<field name="user_id" />

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 18:11+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:58+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: document
@ -517,6 +517,7 @@ msgstr ""
msgid ""
"If not checked, media is currently offline and its contents not available"
msgstr ""
"Indien niet aangevinkt, is medium offline en de inhoud niet beschikbaar"
#. module: document
#: view:document.directory:0
@ -553,11 +554,14 @@ msgid ""
"name.\n"
"If set, the directory will have to be a resource one."
msgstr ""
"Vink dit veld aan als u wilt dat de naam van het bestand de recordnaam "
"bevat.\n"
"In dat geval moet de map een resource zijn."
#. module: document
#: field:document.directory.content,include_name:0
msgid "Include Record Name"
msgstr "Inclusief naam record"
msgstr "Naam record invoegen"
#. module: document
#: view:ir.attachment:0
@ -567,12 +571,12 @@ msgstr "Bijlage"
#. module: document
#: constraint:ir.ui.menu:0
msgid "Error ! You can not create recursive Menu."
msgstr ""
msgstr "Fout ! U kunt geen recursief menu maken"
#. module: document
#: field:document.storage,online:0
msgid "Online"
msgstr ""
msgstr "Online"
#. module: document
#: help:document.directory,ressource_tree:0
@ -592,13 +596,13 @@ msgstr "Beveiliging"
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "August"
msgstr ""
msgstr "Augustus"
#. module: document
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "June"
msgstr ""
msgstr "Juni"
#. module: document
#: field:report.document.user,user:0
@ -615,13 +619,13 @@ msgstr "Groepen"
#. module: document
#: field:document.directory.content.type,active:0
msgid "Active"
msgstr ""
msgstr "Actief"
#. module: document
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "November"
msgstr ""
msgstr "November"
#. module: document
#: view:ir.attachment:0
@ -638,12 +642,12 @@ msgstr "Definitie"
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "October"
msgstr ""
msgstr "Oktober"
#. module: document
#: view:document.directory:0
msgid "Seq."
msgstr "Reeks"
msgstr "Volgnr."
#. module: document
#: selection:document.storage,type:0
@ -653,12 +657,12 @@ msgstr "Database"
#. module: document
#: help:document.configuration,project:0
msgid "Auto directory configuration for Projects."
msgstr ""
msgstr "Auto map configuratie voor projecten."
#. module: document
#: view:ir.attachment:0
msgid "Related to"
msgstr ""
msgstr "Gerelateerd aan"
#. module: document
#: model:ir.module.module,shortdesc:document.module_meta_information
@ -673,22 +677,22 @@ msgstr "Gekoppeld aan"
#. module: document
#: model:ir.ui.menu,name:document.menu_reports_document
msgid "Dashboard"
msgstr ""
msgstr "Dashboard"
#. module: document
#: model:ir.actions.act_window,name:document.action_view_user_graph
msgid "Files By Users"
msgstr "Bestanden per gebruikers"
msgstr "Bestanden per gebruiker"
#. module: document
#: field:document.storage,readonly:0
msgid "Read Only"
msgstr ""
msgstr "Alleen lezen"
#. module: document
#: field:document.directory.dctx,expr:0
msgid "Expression"
msgstr ""
msgstr "Expressie"
#. module: document
#: field:document.directory,create_uid:0
@ -702,7 +706,7 @@ msgid ""
"If you put an object here, this directory template will appear bellow all of "
"these objects. Don't put a parent directory if you select a parent model."
msgstr ""
"Als u hier een object plaats, zal dit mapsjabloon onderaan al deze objecten "
"Als u hier een object plaatst, zal dit mapsjabloon onderaan al deze objecten "
"verschijnen. Plaats geen bovenliggende map als u een bovenliggend model "
"kiest."
@ -717,12 +721,12 @@ msgstr "Bestanden per maand"
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "September"
msgstr ""
msgstr "September"
#. module: document
#: field:document.directory.content,prefix:0
msgid "Prefix"
msgstr ""
msgstr "Voorvoegsel"
#. module: document
#: field:report.document.wall,last:0
@ -737,12 +741,12 @@ msgstr "Bestandsnaam"
#. module: document
#: field:document.directory,ressource_id:0
msgid "Resource ID"
msgstr "Bron ID"
msgstr "Resource ID"
#. module: document
#: selection:document.storage,type:0
msgid "External file storage"
msgstr ""
msgstr "Externe opslag"
#. module: document
#: constraint:ir.model:0
@ -761,7 +765,7 @@ msgstr "Wall of Shame"
#. module: document
#: help:document.storage,path:0
msgid "For file storage, the root path of the storage"
msgstr ""
msgstr "Voor bestandsopslag, het hoofdpad van de opslag"
#. module: document
#: model:ir.model,name:document.model_report_files_partner
@ -771,17 +775,17 @@ msgstr "Details bestanden per relatie"
#. module: document
#: field:document.directory.dctx,field:0
msgid "Field"
msgstr ""
msgstr "Veld"
#. module: document
#: model:ir.model,name:document.model_document_directory_dctx
msgid "Directory Dynamic Context"
msgstr ""
msgstr "Map dynamische context"
#. module: document
#: field:document.directory,ressource_parent_type_id:0
msgid "Parent Model"
msgstr "Hoofdmodel"
msgstr "Bovenliggend model"
#. module: document
#: view:report.document.user:0
@ -805,7 +809,7 @@ msgstr "Overzichten"
#. module: document
#: field:document.configuration,product:0
msgid "Product"
msgstr ""
msgstr "Product"
#. module: document
#: field:document.directory,ressource_tree:0
@ -816,12 +820,12 @@ msgstr "Boomstructuur"
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "May"
msgstr ""
msgstr "Mei"
#. module: document
#: model:ir.actions.act_window,name:document.action_view_all_document_tree1
msgid "All Users files"
msgstr "Alls gebruikersbestanden"
msgstr "Alle gebruikersbestanden"
#. module: document
#: model:ir.model,name:document.model_report_document_wall
@ -832,27 +836,28 @@ msgstr "Gebruikers die de laatste maand geen documenten hebben toegevoegd"
#: view:document.directory:0
msgid "For each entry here, virtual files will appear in this folder."
msgstr ""
"Voor elke hier gemaakte invoer verschijnen virtuele bestanden in deze map."
#. module: document
#: model:ir.model,name:document.model_ir_attachment
msgid "ir.attachment"
msgstr ""
msgstr "ir.attachment"
#. module: document
#: view:board.board:0
msgid "New Files"
msgstr ""
msgstr "Nieuwe bestanden"
#. module: document
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "January"
msgstr ""
msgstr "Januari"
#. module: document
#: view:document.directory:0
msgid "Static"
msgstr ""
msgstr "Statisch"
#. module: document
#: view:report.files.partner:0
@ -865,6 +870,8 @@ msgid ""
"The name of the field. Note that the prefix \"dctx_\" will be prepended to "
"what is typed here."
msgstr ""
"De naam van het veld. Merk op dat het voorvoegsel \"dctx_\" aan het begin "
"wordt gezet van de tekst die hier wordt ingevuld."
#. module: document
#: view:report.document.user:0
@ -880,7 +887,7 @@ msgstr "Notities"
#: help:document.configuration,sale_order:0
msgid ""
"Auto directory configuration for Sale Orders and Quotation with report."
msgstr ""
msgstr "Auto map configuratie voor verkooporders en offerte met overzicht."
#. module: document
#: help:document.directory,type:0
@ -891,18 +898,23 @@ msgid ""
"resources automatically possess sub-directories for each of resource types "
"defined in the parent directory."
msgstr ""
"Elke map kan of het soort statisch zijn of worden gekoppeld aan een andere "
"resource. Een statische map is, zoals bij het operating systeem, de "
"klassieke map die een set bestanden kan bevatten. De mappen die zijn "
"gekoppeld aan een resource bevatten automatisch submappen voor alle resource "
"soorten die in de bovenliggende map zijn gedefinieerd."
#. module: document
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "February"
msgstr ""
msgstr "Februari"
#. module: document
#: model:ir.actions.act_window,name:document.open_board_document_manager1
#: model:ir.ui.menu,name:document.menu_reports_document_manager1
msgid "Statistics by User"
msgstr ""
msgstr "Statistieken per gebruiker"
#. module: document
#: field:document.directory,name:0
@ -913,18 +925,18 @@ msgstr "Naam"
#. module: document
#: view:document.directory:0
msgid "Fields"
msgstr ""
msgstr "Velden"
#. module: document
#: help:document.storage,readonly:0
msgid "If set, media is for reading only"
msgstr ""
msgstr "Indien ingesteld is medium alleen lezen"
#. module: document
#: selection:report.document.user,month:0
#: selection:report.files.partner,month:0
msgid "April"
msgstr ""
msgstr "April"
#. module: document
#: field:report.document.user,nbr:0
@ -938,6 +950,7 @@ msgid ""
"Only members of these groups will have access to this directory and its "
"files."
msgstr ""
"Alleen leden van deze groepen hebben toegang tot deze map en haar bestanden."
#. module: document
#: view:document.directory:0
@ -945,16 +958,18 @@ msgid ""
"These groups, however, do NOT apply to children directories, which must "
"define their own groups."
msgstr ""
"Deze groepen gelden echter NIET voor onderliggende mappen, die hun eigen "
"groepen moeten definiëren."
#. module: document
#: field:document.directory.content.type,mimetype:0
msgid "Mime Type"
msgstr ""
msgstr "Mime Type"
#. module: document
#: field:document.directory.content,sequence:0
msgid "Sequence"
msgstr "Reeks"
msgstr "Volgorde"
#. module: document
#: field:document.directory.content,name:0
@ -970,13 +985,13 @@ msgstr "Bestandsnaam moet uniek zijn!"
#. module: document
#: selection:document.storage,type:0
msgid "Internal File storage"
msgstr ""
msgstr "Interne opslag"
#. module: document
#: model:ir.actions.act_window,name:document.action_document_directory_tree
#: model:ir.ui.menu,name:document.menu_document_directories_tree
msgid "Directories' Structure"
msgstr ""
msgstr "Mapstructuur"
#. module: document
#: view:board.board:0
@ -989,19 +1004,19 @@ msgstr "Bestanden per soort bron"
#: field:report.document.user,name:0
#: field:report.files.partner,name:0
msgid "Year"
msgstr ""
msgstr "Jaar"
#. module: document
#: view:document.storage:0
#: model:ir.model,name:document.model_document_storage
#: model:ir.ui.menu,name:document.menu_document_storage_media
msgid "Storage Media"
msgstr ""
msgstr "Opslagmedium"
#. module: document
#: view:document.storage:0
msgid "Search Document storage"
msgstr ""
msgstr "Zoek documentopslag"
#. module: document
#: field:document.directory.content,extension:0

View File

@ -6,16 +6,30 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2009-12-11 13:42+0000\n"
"Last-Translator: Pieter J. Kersten (EduSense BV) <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 08:04+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-09-29 05:14+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: document_ics
#: help:document.ics.crm.wizard,claims:0
msgid ""
"Manages the supplier and customers claims,including your corrective or "
"preventive actions."
msgstr ""
"Beheert de leverancier- en klantklachten, inclusief uw correctieve en "
"preventieve acties."
#. module: document_ics
#: field:document.directory.content,object_id:0
msgid "Object"
msgstr "Object"
#. module: document_ics
#: constraint:ir.model:0
msgid ""
@ -29,34 +43,35 @@ msgid "uid"
msgstr "uid"
#. module: document_ics
#: constraint:document.directory:0
msgid "Error! You can not create recursive Directories."
msgstr "Fout! U kunt geen recursieve mappen maken"
#: help:document.ics.crm.wizard,fund:0
msgid ""
"This may help associations in their fund raising process and tracking."
msgstr "Dit kan verenigingen helpen bij het bijhouden van hun fondsenwerving"
#. module: document_ics
#: field:document.ics.crm.wizard,jobs:0
msgid "Jobs Hiring Process"
msgstr "Werving & selectieproces"
#. module: document_ics
#: view:document.ics.crm.wizard:0
msgid "Configure Calendars for CRM Sections"
msgstr "Configureer agenda's voor CRM-secties"
#. module: document_ics
#: field:document.ics.crm.wizard,helpdesk:0
msgid "Helpdesk"
msgstr "Helpdesk"
#. module: document_ics
#: field:document.directory.ics.fields,field_id:0
msgid "Open ERP Field"
msgstr "OpenERP veld"
#: selection:document.directory.ics.fields,fn:0
msgid "Interval in hours"
msgstr "Interval in uren"
#. module: document_ics
#: view:document.ics.crm.wizard:0
msgid "Next"
msgstr "Volgende"
#: selection:document.directory.ics.fields,name:0
msgid "attendee"
msgstr "deelnemer"
#. module: document_ics
#: constraint:crm.case.section:0
msgid "Error ! You cannot create recursive Sales team."
msgstr "Fout ! U kunt geen recursief verkoopteam maken."
#. module: document_ics
#: field:document.directory.ics.fields,content_id:0
@ -74,50 +89,44 @@ msgid "Shared Calendar Meetings"
msgstr "Gedeelde agenda vergaderingen"
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "url"
msgstr "url"
#: help:document.ics.crm.wizard,helpdesk:0
msgid "Manages an Helpdesk service."
msgstr "Beheert een helpdesk-dienst."
#. module: document_ics
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Ongeldige modelnaam in de actie-definitie."
#. module: document_ics
#: help:document.ics.crm.wizard,bugs:0
msgid "Used by companies to track bugs and support requests on softwares"
msgstr ""
"Gebruikt door bedrijven om foutrapporten en ondersteuningsverzoeken op "
"software te volgen."
#. module: document_ics
#: model:ir.actions.todo,note:document_ics.config_wizard_step_case_section_menu
msgid ""
"This Configuration step use to create Calendars in document for all Case "
"Sections"
msgstr ""
"Deze configuratiestap wordt gebruikt om agenda's te maken in document voor "
"alle dossier-secties."
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "dtend"
msgstr ""
msgstr "Einddatum"
#. module: document_ics
#: help:document.ics.crm.wizard,jobs:0
#: model:ir.model,name:document_ics.model_crm_meeting
msgid "Meeting"
msgstr "Afspraak"
#. module: document_ics
#: help:document.ics.crm.wizard,lead:0
msgid ""
"Help you to organise the jobs hiring process: evaluation, meetings, email "
"integration..."
"Allows you to track and manage leads which are pre-sales requests or "
"contacts, the very first contact with a customer request."
msgstr ""
"Helpt u om het werving & selectieproces te organiseren: evaluaties, "
"gesprekken, email-integratie..."
"Laat u leads beheren en volgen die pre-sales aanvragen of contacten zijn, "
"het eerste contact met een klant."
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "description"
msgstr "omschrijving"
#. module: document_ics
#: field:document.directory.ics.fields,fn:0
msgid "Function"
msgstr "Functie"
#. module: document_ics
#: model:ir.actions.act_window,name:document_ics.action_view_document_ics_config_directories
msgid "Configure Calendars for Sections "
@ -129,15 +138,23 @@ msgid "Tracks identified business opportunities for your sales pipeline."
msgstr "Volgt geïdentificeerde kansen voor uw sales pijplijn."
#. module: document_ics
#: help:document.ics.crm.wizard,fund:0
msgid ""
"This may help associations in their fund raising process and tracking."
msgstr "Dit kan verenigingen helpen bij het bijhouden van hun fondsenwerving"
#: field:document.ics.crm.wizard,progress:0
msgid "Configuration Progress"
msgstr "Configuratievoortgang"
#. module: document_ics
#: help:document.ics.crm.wizard,helpdesk:0
msgid "Manages an Helpdesk service."
msgstr "Beheert een helpdesk-dienst."
#: help:document.ics.crm.wizard,jobs:0
msgid ""
"Helps you to organise the jobs hiring process: evaluation, meetings, email "
"integration..."
msgstr ""
"Help u bij het organiseren van het wervingsproces: evaluatie, afspraken, "
"email integratie..."
#. module: document_ics
#: view:document.ics.crm.wizard:0
msgid "title"
msgstr "titel"
#. module: document_ics
#: field:document.ics.crm.wizard,fund:0
@ -145,14 +162,14 @@ msgid "Fund Raising Operations"
msgstr "Fondswervingsacties"
#. module: document_ics
#: field:document.directory.content,ics_object_id:0
msgid "Object"
msgstr "Object"
#: model:ir.model,name:document_ics.model_document_directory_content
msgid "Directory Content"
msgstr "Mapinhoud"
#. module: document_ics
#: constraint:crm.case.section:0
msgid "Error ! You cannot create recursive sections."
msgstr "Fout! U kunt geen recursieve secties maken"
#: model:ir.model,name:document_ics.model_document_directory_ics_fields
msgid "Document Directory ICS Fields"
msgstr "Documentmap ICS velden"
#. module: document_ics
#: model:ir.module.module,shortdesc:document_ics.module_meta_information
@ -160,9 +177,18 @@ msgid "Support for iCal based on Document Management System"
msgstr "Ondersteuning voor iCal gebaseerd op documentbeheersysteem."
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "location"
msgstr "locatie"
#: help:document.ics.crm.wizard,phonecall:0
msgid ""
"Helps you to encode the result of a phone call or to plan a list of phone "
"calls to process."
msgstr ""
"Helpt u bij het vastleggen van de uitkomst van een telefoongesprek of het "
"plannen van een lijst van af te handelen telefoongesprekken."
#. module: document_ics
#: field:document.directory.ics.fields,field_id:0
msgid "OpenERP Field"
msgstr "OpenERP veld"
#. module: document_ics
#: view:document.directory:0
@ -175,48 +201,41 @@ msgid "ICS Value"
msgstr "ICS-waarde"
#. module: document_ics
#: model:ir.module.module,description:document_ics.module_meta_information
msgid "Allows to synchronise calendars with others applications."
msgstr ""
"Maakt het mogelijk agenda's te synchroniseren met externe toepassingen."
#: selection:document.directory.ics.fields,fn:0
msgid "Expression as constant"
msgstr "Expressie als constante"
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "location"
msgstr "locatie"
#. module: document_ics
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "Ongeldige XML voor weergave!"
#. module: document_ics
#: help:document.ics.crm.wizard,lead:0
msgid ""
"Allows you to track and manage prospects which are pre-sales requests or "
"contacts, the very first contact with a customer request."
msgstr ""
"Maakt het mogelijk prospects, of pre-sales contacten, te beheren en te "
"volgen."
#. module: document_ics
#: field:document.ics.crm.wizard,name:0
msgid "Name"
msgstr "Naam"
#. module: document_ics
#: help:document.directory.ics.fields,fn:0
msgid "Alternate method of calculating the value"
msgstr "Alternatieve manier om de waarde te berekenen"
#. module: document_ics
#: help:document.ics.crm.wizard,meeting:0
msgid "Manages the calendar of meetings of the users."
msgstr "Beheert de vergader-/contactagenda van de gebruikers"
#. module: document_ics
#: field:document.directory.content,ics_domain:0
msgid "Domain"
msgstr "Domein"
#. module: document_ics
#: help:document.ics.crm.wizard,claims:0
msgid ""
"Manages the supplier and customers claims, including your corrective or "
"preventive actions."
#: help:document.ics.crm.wizard,bugs:0
msgid "Used by companies to track bugs and support requests on software"
msgstr ""
"Beheert de claims van leveranciers en klanten, inclusief uw corrigerende of "
"preventieve acties."
"Gebruikt door bedrijven voor het bijhouden van fouten en support aanvragen "
"bij software"
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
@ -228,11 +247,6 @@ msgstr "laatst gewijzigd"
msgid "ICS Mapping"
msgstr "ICS-vertaling"
#. module: document_ics
#: view:crm.case:0
msgid "Duration(In Hour)"
msgstr "Duur (in uren)"
#. module: document_ics
#: field:document.ics.crm.wizard,document_ics:0
msgid "Shared Calendar"
@ -243,24 +257,15 @@ msgstr "Gedeelde agenda"
msgid "Claims"
msgstr "Claims"
#. module: document_ics
#: help:document.ics.crm.wizard,phonecall:0
msgid ""
"Help you to encode the result of a phone call or to planify a list of phone "
"calls to process."
msgstr ""
"Helpt u de resultaten van telefoongesprekken te registreren of om een lijst "
"van te voeren telefoongesprekken te plannen."
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "dtstart"
msgstr "startdatum"
#. module: document_ics
#: field:document.ics.crm.wizard,phonecall:0
msgid "Phone Calls"
msgstr "Telefoongesprekken"
#: field:document.directory.ics.fields,expr:0
msgid "Expression"
msgstr "Expressie"
#. module: document_ics
#: field:document.ics.crm.wizard,bugs:0
@ -273,14 +278,40 @@ msgid "categories"
msgstr "categorieën"
#. module: document_ics
#: field:document.ics.crm.wizard,lead:0
msgid "Prospect"
msgstr "Prospect"
#: selection:document.directory.ics.fields,fn:0
msgid "Use the field"
msgstr "Gebruik het veld"
#. module: document_ics
#: view:document.ics.crm.wizard:0
msgid "Create Pre-Configured Calendars"
msgstr "Maak voorgeconfigureerde agenda's"
#: field:document.directory.content,ics_domain:0
msgid "Domain"
msgstr "Domein"
#. module: document_ics
#: field:document.directory.content,fname_field:0
msgid "Filename field"
msgstr "Bestandsnaam veld"
#. module: document_ics
#: field:document.directory.content,obj_iterate:0
msgid "Iterate object"
msgstr "Herhalen object"
#. module: document_ics
#: field:crm.meeting,code:0
msgid "Calendar Code"
msgstr "Agendacode"
#. module: document_ics
#: model:ir.module.module,description:document_ics.module_meta_information
msgid "Allows to synchronise calendars with others applications."
msgstr ""
"Maakt het mogelijk agenda's te synchroniseren met externe toepassingen."
#. module: document_ics
#: field:document.ics.crm.wizard,config_logo:0
msgid "Image"
msgstr "Afbeelding"
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
@ -288,29 +319,38 @@ msgid "created"
msgstr "gemaakt"
#. module: document_ics
#: field:crm.case,code:0
msgid "Calendar Code"
msgstr "Agendacode"
#: help:document.directory.content,obj_iterate:0
msgid ""
"If set, a separate instance will be created for each "
"record of Object"
msgstr ""
"Indien ingesteld, wordt een apart exemplaar voor elk record van het object "
"gemaakt."
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "summary"
msgstr "samenvatting"
#. module: document_ics
#: field:document.ics.crm.wizard,lead:0
msgid "Leads"
msgstr "Leads"
#. module: document_ics
#: model:ir.model,name:document_ics.model_document_ics_crm_wizard
msgid "document.ics.crm.wizard"
msgstr "document.ics.crm.wizard"
#. module: document_ics
#: selection:document.directory.ics.fields,name:0
msgid "attendee"
msgstr "deelnemer"
#: view:document.ics.crm.wizard:0
msgid "res_config_contents"
msgstr "res_config_contents"
#. module: document_ics
#: model:ir.model,name:document_ics.model_document_directory_ics_fields
msgid "document.directory.ics.fields"
msgstr "document.directory.ics.fields"
#: field:document.ics.crm.wizard,phonecall:0
msgid "Phone Calls"
msgstr "Telefoongesprekken"
#. module: document_ics
#: field:document.directory.content,ics_field_ids:0
@ -318,9 +358,9 @@ msgid "Fields Mapping"
msgstr "Vertaling velden"
#. module: document_ics
#: view:document.ics.crm.wizard:0
msgid "Cancel"
msgstr "Annuleren"
#: selection:document.directory.ics.fields,name:0
msgid "url"
msgstr "url"
#. module: document_ics
#: field:document.ics.crm.wizard,opportunity:0
@ -331,3 +371,82 @@ msgstr "Zakelijke kansen"
#: selection:document.directory.ics.fields,name:0
msgid "dtstamp"
msgstr "datum/tijd"
#. module: document_ics
#: help:document.directory.content,fname_field:0
msgid ""
"The field of the object used in the filename. Has to "
"be a unique identifier."
msgstr ""
"Het veld van het object wordt gebruikt als bestandsnaam. Moet een unieke "
"identifier zijn."
#~ msgid "Open ERP Field"
#~ msgstr "OpenERP veld"
#~ msgid "Next"
#~ msgstr "Volgende"
#~ msgid "Configure Calendars for CRM Sections"
#~ msgstr "Configureer agenda's voor CRM-secties"
#~ msgid "Used by companies to track bugs and support requests on softwares"
#~ msgstr ""
#~ "Gebruikt door bedrijven om foutrapporten en ondersteuningsverzoeken op "
#~ "software te volgen."
#~ msgid ""
#~ "Help you to organise the jobs hiring process: evaluation, meetings, email "
#~ "integration..."
#~ msgstr ""
#~ "Helpt u om het werving & selectieproces te organiseren: evaluaties, "
#~ "gesprekken, email-integratie..."
#~ msgid "Error ! You cannot create recursive sections."
#~ msgstr "Fout! U kunt geen recursieve secties maken"
#~ msgid ""
#~ "Allows you to track and manage prospects which are pre-sales requests or "
#~ "contacts, the very first contact with a customer request."
#~ msgstr ""
#~ "Maakt het mogelijk prospects, of pre-sales contacten, te beheren en te "
#~ "volgen."
#~ msgid ""
#~ "Manages the supplier and customers claims, including your corrective or "
#~ "preventive actions."
#~ msgstr ""
#~ "Beheert de claims van leveranciers en klanten, inclusief uw corrigerende of "
#~ "preventieve acties."
#~ msgid "Duration(In Hour)"
#~ msgstr "Duur (in uren)"
#~ msgid ""
#~ "Help you to encode the result of a phone call or to planify a list of phone "
#~ "calls to process."
#~ msgstr ""
#~ "Helpt u de resultaten van telefoongesprekken te registreren of om een lijst "
#~ "van te voeren telefoongesprekken te plannen."
#~ msgid "Create Pre-Configured Calendars"
#~ msgstr "Maak voorgeconfigureerde agenda's"
#~ msgid "Prospect"
#~ msgstr "Prospect"
#~ msgid "Cancel"
#~ msgstr "Annuleren"
#~ msgid "Error! You can not create recursive Directories."
#~ msgstr "Fout! U kunt geen recursieve mappen maken"
#~ msgid ""
#~ "This Configuration step use to create Calendars in document for all Case "
#~ "Sections"
#~ msgstr ""
#~ "Deze configuratiestap wordt gebruikt om agenda's te maken in document voor "
#~ "alle dossier-secties."
#~ msgid "document.directory.ics.fields"
#~ msgstr "document.directory.ics.fields"

View File

@ -7,25 +7,133 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-05-30 15:14+0000\n"
"PO-Revision-Date: 2010-09-02 07:26+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 07:42+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-09-29 05:16+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: document_webdav_old
#: model:ir.module.module,description:document_webdav_old.module_meta_information
#. module: document_webdav
#: model:ir.model,name:document_webdav.model_document_webdav_dir_property
msgid "document.webdav.dir.property"
msgstr "document.webdav.dir.property"
#. module: document_webdav
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "Ongeldige XML voor weergave opbouw!"
#. module: document_webdav
#: constraint:ir.model:0
msgid ""
"This is a complete document management system:\n"
"\t* WebDav Interface\n"
"\t* User Authentification\n"
"\t* Document Indexation\n"
"The Object name must start with x_ and not contain any special character !"
msgstr ""
"Dit is een compleet document management systeem:\n"
"\t* WebDav Interface\n"
"\t* Gebruiker authentificatie\n"
"\t* Document Indexatie\n"
"De objectnaam moet beginnen met x_ en mag geen speciaal teken bevatten !"
#. module: document_webdav
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Ongeldige modelnaam in actie definitie."
#. module: document_webdav
#: constraint:document.directory:0
msgid "Error! You can not create recursive Directories."
msgstr "Fout ! U kunt geen recursieve mappen maken."
#. module: document_webdav
#: view:document.webdav.dir.property:0
msgid "Group By..."
msgstr "Groepeer op..."
#. module: document_webdav
#: model:ir.module.module,shortdesc:document_webdav.module_meta_information
msgid "WebDAV server for Document Management"
msgstr "WebDAV server voor documentbeheer"
#. module: document_webdav
#: view:document.webdav.dir.property:0
#: field:document.webdav.dir.property,namespace:0
msgid "Namespace"
msgstr "Naamruimte"
#. module: document_webdav
#: field:document.directory,dav_prop_ids:0
msgid "DAV properties"
msgstr "DAV eigenschappen"
#. module: document_webdav
#: view:document.directory:0
msgid "Dynamic context"
msgstr "Dynamische context"
#. module: document_webdav
#: view:document.directory:0
msgid "These properties will be added to WebDAV requests"
msgstr "Deze eigenschappen worden toegevoegd bij WebDAV aanvragen"
#. module: document_webdav
#: field:document.webdav.dir.property,do_subst:0
msgid "Substitute"
msgstr "Vervangen"
#. module: document_webdav
#: constraint:ir.ui.menu:0
msgid "Error ! You can not create recursive Menu."
msgstr "Fout ! U kunt geen recursief menu maken."
#. module: document_webdav
#: view:document.directory:0
msgid "WebDAV properties"
msgstr "WebDAV eigenschappen"
#. module: document_webdav
#: field:document.webdav.dir.property,dir_id:0
#: model:ir.model,name:document_webdav.model_document_directory
msgid "Directory"
msgstr "Map"
#. module: document_webdav
#: field:document.webdav.dir.property,value:0
msgid "Value"
msgstr "Waarde"
#. module: document_webdav
#: view:document.webdav.dir.property:0
msgid "Search Document storage"
msgstr "Zoek documentopslag"
#. module: document_webdav
#: model:ir.ui.menu,name:document_webdav.menu_dir_props
msgid "DAV properties for folders"
msgstr "DAV eigenschappen voor mappen"
#. module: document_webdav
#: view:document.directory:0
#: view:document.webdav.dir.property:0
msgid "Properties"
msgstr "Eigenschappen"
#. module: document_webdav
#: view:document.webdav.dir.property:0
msgid "Dir"
msgstr "Map"
#. module: document_webdav
#: field:document.webdav.dir.property,name:0
msgid "Name"
msgstr "Naam"
#~ msgid ""
#~ "This is a complete document management system:\n"
#~ "\t* WebDav Interface\n"
#~ "\t* User Authentification\n"
#~ "\t* Document Indexation\n"
#~ msgstr ""
#~ "Dit is een compleet document management systeem:\n"
#~ "\t* WebDav Interface\n"
#~ "\t* Gebruiker authentificatie\n"
#~ "\t* Document Indexatie\n"

View File

@ -183,7 +183,7 @@
</group>
<newline/>
<group expand="0" string="Group by..." colspan="4" col="10">
<filter string="Account" domain="[]" context="{'group_by':'from_account'}" icon="terp-personal"/>
<filter string="Account" domain="[]" context="{'group_by':'from_account'}" icon="terp-folder-orange"/>
<separator orientation="vertical"/>
<filter string="Resource" domain="[]" context="{'group_by':'object_name'}" icon="terp-accessories-archiver"/>
</group>

File diff suppressed because it is too large Load Diff

View File

@ -88,6 +88,11 @@
</field>
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="type" widget="selection"/>
<field name="date"/>
</group>
<newline/>
<group expand="1" string="Group By..." colspan="4" col="12">
<filter string="Responsible" name="user_id" icon="terp-personal" context="{'group_by': 'user_id'}"/>
@ -95,7 +100,7 @@
<filter string="Sale Team" icon="terp-personal" context="{'group_by': 'section_id'}"/>
<separator orientation="vertical"/>
<filter string="Event" name="event" icon="terp-crm" context="{'group_by':'event_id', 'max_reg_event_visible':0}"/>
<filter string="Product" icon="terp-product" context="{'group_by': 'product_id'}"/>
<filter string="Product" icon="terp-accessories-archiver" context="{'group_by': 'product_id'}"/>
<separator orientation="vertical"/>
<filter string="Event Type" icon="terp-crm" context="{'group_by':'type'}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}" help="Events States"/>
@ -109,11 +114,6 @@
<filter string="Year" icon="terp-go-year"
domain="[]" context="{'group_by':'year'}" help="Event Beginning Date"/>
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="type" widget="selection"/>
<field name="date"/>
</group>
</search>
</field>
</record>

View File

@ -37,9 +37,9 @@
<field name="unit_price"/>
<field name="price_subtotal"/>
<field name="state"/>
<button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object" icon="gtk-cancel"/>
<button name="button_reg_close" string="Close Registration" states="open" type="object" icon="gtk-close"/>
<button name="check_confirm" string="Confirm Registration" states="draft" type="object" icon="gtk-apply"/>
<button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object" icon="gtk-cancel"/>
</tree>
</field>
</page>

View File

@ -6,28 +6,28 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-08-03 03:58+0000\n"
"Last-Translator: mga (Open ERP) <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 12:39+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-09-29 05:14+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: event_project
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "Ongeldige XML voor weergave!"
#: model:ir.model,name:event_project.model_event_project
msgid "Event Project"
msgstr "Evenement project"
#. module: event_project
#: model:ir.actions.wizard,name:event_project.wizard_event_task
msgid "Tasks"
msgstr "Taken"
#: field:event.project,date:0
msgid "Date End"
msgstr "Einddatum"
#. module: event_project
#: wizard_button:event.project,init,done:0
#: view:event.project:0
msgid "Ok"
msgstr "Ok"
@ -36,47 +36,91 @@ msgstr "Ok"
msgid ""
"Organization and management of events.\n"
"\n"
" This module allow you to create retro planning for managing your "
" This module allows you to create retro planning for managing your "
"events.\n"
msgstr ""
"Organisatie en management van evenementen.\n"
"Organisatie en beheer van evenementen.\n"
"\n"
" Deze module stelt u in staat om evenementen achterwaarts te plannen.\n"
" Deze module laat u een retro-planning maken voor uw evenementen.\n"
#. module: event_project
#: view:event.event:0
msgid "Remaining Tasks"
msgstr "Resterende taken"
#: help:event.project,project_id:0
msgid ""
"This is Template Project. Project of event is a duplicate of this Template. "
"After click on 'Create Retro-planning', New Project will be duplicated from "
"this template project."
msgstr ""
"DIt is een sjabloon project. Project van evenement is een duplicaat van dit "
"sjabloon. Na klikken van 'Retro-planning maken', wordt het nieuwe project "
"gedupliceerd van dit sjabloon project."
#. module: event_project
#: model:ir.module.module,shortdesc:event_project.module_meta_information
msgid "Event - Project"
msgstr "Evenement - Project"
#: constraint:ir.model:0
msgid ""
"The Object name must start with x_ and not contain any special character !"
msgstr ""
"De objectnaam moet beginnen met x_ en mag geen speciaal teken bevatten !"
#. module: event_project
#: view:event.project:0
#: model:ir.actions.act_window,name:event_project.action_event_project
msgid "Retro-Planning"
msgstr "Retro-planning"
#. module: event_project
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "Ongeldige XML voor weergave!"
#. module: event_project
#: field:event.event,project_id:0
#: wizard_field:event.project,init,project_id:0
#: model:ir.actions.wizard,name:event_project.event_wiz
msgid "Project"
msgstr "Project"
#. module: event_project
#: field:event.project,project_id:0
msgid "Template of Project"
msgstr "Projectsjabloon"
#. module: event_project
#: model:ir.module.module,shortdesc:event_project.module_meta_information
msgid "Event Project - Create Retro-Planning to manage your Events"
msgstr ""
"Evenement project - Retro-planning maken om uw evenementen te beheren."
#. module: event_project
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Ongeldige modelnaam in de actie definitie."
#. module: event_project
#: view:event.event:0
#: model:ir.actions.act_window,name:event_project.act_event_task
msgid "Tasks"
msgstr "Taken"
#. module: event_project
#: field:event.event,task_ids:0
msgid "Project tasks"
msgstr "Projecttaken"
#. module: event_project
#: wizard_button:event.project,init,end:0
msgid "Cancel"
msgstr "Annuleren"
#: view:event.project:0
msgid "Close"
msgstr "Afsluiten"
#. module: event_project
#: field:event.project,date_start:0
msgid "Date Start"
msgstr "Startdatum"
#. module: event_project
#: view:event.event:0
msgid "Create Retro-Planning"
msgstr "Maak retro-planning"
msgstr "Retro-planning maken"
#. module: event_project
#: wizard_view:event.project,init:0
#: model:ir.model,name:event_project.model_event_event
msgid "Event"
msgstr "Evenement"
@ -84,3 +128,22 @@ msgstr "Evenement"
#: view:event.event:0
msgid "Tasks management"
msgstr "Taakbeheer"
#~ msgid "Cancel"
#~ msgstr "Annuleren"
#~ msgid "Remaining Tasks"
#~ msgstr "Resterende taken"
#~ msgid "Event - Project"
#~ msgstr "Evenement - Project"
#~ msgid ""
#~ "Organization and management of events.\n"
#~ "\n"
#~ " This module allow you to create retro planning for managing your "
#~ "events.\n"
#~ msgstr ""
#~ "Organisatie en management van evenementen.\n"
#~ "\n"
#~ " Deze module stelt u in staat om evenementen achterwaarts te plannen.\n"

View File

@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-08-20 13:33+0000\n"
"PO-Revision-Date: 2010-10-08 07:39+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 12:51+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"Language-Team: Dutch <nl@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: 2010-10-09 12:13+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: fetchmail
@ -78,7 +78,7 @@ msgstr "POP/IMAP Servers"
#. module: fetchmail
#: model:ir.module.module,shortdesc:fetchmail.module_meta_information
msgid "Fetchmail Server"
msgstr ""
msgstr "Fetchmail Server"
#. module: fetchmail
#: view:email.server:0
@ -114,17 +114,17 @@ msgstr "Datum"
#. module: fetchmail
#: selection:email.server,state:0
msgid "Waiting for Verification"
msgstr ""
msgstr "Wacht op verificatie"
#. module: fetchmail
#: field:email.server,password:0
msgid "Password"
msgstr ""
msgstr "Wachtwoord"
#. module: fetchmail
#: constraint:ir.cron:0
msgid "Invalid arguments"
msgstr ""
msgstr "Ongeldige argumenten"
#. module: fetchmail
#: constraint:ir.ui.view:0
@ -134,7 +134,7 @@ msgstr "Ongeldige XML, kan overzicht niet weergeven!"
#. module: fetchmail
#: view:email.server:0
msgid "Auto Reply?"
msgstr ""
msgstr "Automatisch antwoord?"
#. module: fetchmail
#: field:email.server,name:0
@ -144,7 +144,7 @@ msgstr "Naam"
#. module: fetchmail
#: model:ir.model,name:fetchmail.model_mailgate_message
msgid "Mailgateway Message"
msgstr ""
msgstr "Mailgateway bericht"
#. module: fetchmail
#: model:ir.actions.act_window,name:fetchmail.action_email_server_tree
@ -155,7 +155,7 @@ msgstr "POP Servers"
#. module: fetchmail
#: model:ir.ui.menu,name:fetchmail.menu_action_fetchmail_server_tree
msgid "Fetchmail Services"
msgstr ""
msgstr "Fetchmail services"
#. module: fetchmail
#: model:ir.actions.act_window,name:fetchmail.action_mailgate_message_tree
@ -163,17 +163,18 @@ msgstr ""
#: model:ir.ui.menu,name:fetchmail.menu_action_mailgate_message_tree
#: model:ir.ui.menu,name:fetchmail.menu_action_mailgate_message_tree_pop
msgid "Received Email History"
msgstr ""
msgstr "Ontvangen Email Historie"
#. module: fetchmail
#: field:email.server,active:0
msgid "Active"
msgstr "Actief"
#: field:email.server,type:0
#: field:mailgate.message,server_type:0
msgid "Server Type"
msgstr "Soort server"
#. module: fetchmail
#: view:email.server:0
msgid "Process Parameter"
msgstr ""
msgstr "Proces parameter"
#. module: fetchmail
#: field:email.server,is_ssl:0
@ -182,14 +183,14 @@ msgstr "SSL ?"
#. module: fetchmail
#: selection:email.server,type:0
#: selection:mailgate.message,type:0
#: selection:mailgate.message,server_type:0
msgid "IMAP Server"
msgstr "IMAP server"
#. module: fetchmail
#: field:email.server,object_id:0
msgid "Model"
msgstr ""
msgstr "Model"
#. module: fetchmail
#: field:email.server,server:0
@ -199,7 +200,7 @@ msgstr "Server"
#. module: fetchmail
#: model:ir.actions.act_window,name:fetchmail.act_server_history
msgid "Email History"
msgstr ""
msgstr "Email historie"
#. module: fetchmail
#: view:email.server:0
@ -207,21 +208,10 @@ msgstr ""
msgid "POP/IMAP Server"
msgstr "POP/IMAP Server"
#. module: fetchmail
#: constraint:ir.rule:0
msgid "Rules are not supported for osv_memory objects !"
msgstr ""
#. module: fetchmail
#: field:email.server,type:0
#: field:mailgate.message,type:0
msgid "Server Type"
msgstr ""
#. module: fetchmail
#: view:email.server:0
msgid "Login Information"
msgstr ""
msgstr "Aanmeldinformatie"
#. module: fetchmail
#: view:email.server:0
@ -230,7 +220,7 @@ msgstr "Serverinformatie"
#. module: fetchmail
#: selection:email.server,type:0
#: selection:mailgate.message,type:0
#: selection:mailgate.message,server_type:0
msgid "POP Server"
msgstr "POP Server"
@ -250,18 +240,28 @@ msgid ""
" * Email based Records (Add, Update)\n"
" "
msgstr ""
"Fetchmail: \n"
" * haalt email op van POP / IMAP server\n"
" * Ondersteunt SSL\n"
" * Geïntegreerd met alle modules\n"
" * Automatisch email ophalen\n"
" * Email gebaseerde records (Add, Update)\n"
" "
#. module: fetchmail
#: help:email.server,priority:0
msgid "Priority between 0 to 10, select define the order of Processing"
msgstr ""
msgstr "Prioriteit tussen 0 en 10, definieert de volgorde van verwerking"
#. module: fetchmail
#: field:mailgate.message,server_id:0
msgid "Mail Server"
msgstr ""
msgstr "Mail server"
#. module: fetchmail
#: view:email.server:0
msgid "Fetch Emails"
msgstr ""
msgstr "Ophalen emails"
#~ msgid "Active"
#~ msgstr "Actief"

View File

@ -6,32 +6,45 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2009-08-28 16:01+0000\n"
"PO-Revision-Date: 2010-08-03 04:00+0000\n"
"Last-Translator: mga (Open ERP) <Unknown>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 12:52+0000\n"
"Last-Translator: Douwe Wullink (Dypalio) <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-09-29 04:51+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:27+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: google_map
#: model:ir.actions.wizard,name:google_map.wizard_google_map
msgid "Launch Google Map"
msgstr "Start Google Maps"
#: view:res.partner:0
#: view:res.partner.address:0
msgid "Map"
msgstr "Kaart"
#. module: google_map
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "Ongeldige XML voor weergave!"
#. module: google_map
#: constraint:ir.model:0
msgid ""
"The Object name must start with x_ and not contain any special character !"
msgstr ""
"De objectnaam moet beginnen met x_ en mag geen speciaal teken bevatten !"
#. module: google_map
#: view:res.partner:0
#: view:res.partner.address:0
msgid "Street2 : "
msgstr "Adres2 : "
#. module: google_map
#: model:ir.actions.wizard,name:google_map.wizard_google_map
msgid "Launch Google Map"
msgstr "Start Google Maps"
#. module: google_map
#: model:ir.module.module,description:google_map.module_meta_information
msgid ""
@ -44,7 +57,6 @@ msgstr ""
"van de URL widget."
#. module: google_map
#: view:res.partner:0
#: view:res.partner.address:0
msgid "Map"
msgstr "Kaart"
#: model:ir.model,name:google_map.model_res_partner_address
msgid "Partner Addresses"
msgstr "Relatieadressen"

View File

@ -19,12 +19,7 @@
#
##############################################################################
import os
from osv import fields, osv
import tools
from tools.translate import _
import addons
import addons

File diff suppressed because it is too large Load Diff

View File

@ -41,9 +41,7 @@ def _employee_get(obj, cr, uid, context=None):
if context is None:
context = {}
ids = obj.pool.get('hr.employee').search(cr, uid, [('user_id', '=', uid)], context=context)
if ids:
return ids[0]
return False
return ids and ids[0] or False
class hr_attendance(osv.osv):
_name = "hr.attendance"
@ -65,7 +63,7 @@ class hr_attendance(osv.osv):
'day': fields.function(_day_compute, method=True, type='char', string='Day', store=True, select=1, size=32),
}
_defaults = {
'name': lambda *a: time.strftime('%Y-%m-%d %H:%M:%S'), #Don't remove the lambda, if you remove it then the current time will not change
'name': lambda *a: time.strftime('%Y-%m-%d %H:%M:%S'), #please don't remove the lambda, if you remove it then the current time will not change
'employee_id': _employee_get,
}
@ -158,4 +156,4 @@ class hr_employee(osv.osv):
hr_employee()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -77,9 +77,9 @@
<field name="help">Time Tracking functionality aims to manage employee's attendances on the basis of the actions (Sign in/Sign out) performed by them. You can also link this to an attendance machine using OpenERP's webservices features.</field>
</record>
<menuitem id="menu_hr_time_tracking" name="Time Tracking" parent="hr.menu_hr_root" sequence="3"/>
<menuitem id="menu_hr_time_tracking" name="Time Tracking" parent="hr.menu_hr_root" sequence="3" groups="base.group_user,base.group_hr_user,base.group_hr_manager"/>
<menuitem id="menu_hr_attendance" name="Attendances" parent="hr.menu_hr_root" sequence="4"/>
<menuitem id="menu_hr_attendance" name="Attendances" parent="hr.menu_hr_root" sequence="4" groups="base.group_user,base.group_hr_user,base.group_hr_manager"/>
<menuitem action="open_view_attendance" id="menu_open_view_attendance" parent="menu_hr_attendance" sequence="20"/>

View File

@ -47,6 +47,7 @@ class hr_attendance_byweek(osv.osv_memory):
'report_name': 'hr.attendance.allweeks',
'datas': datas,
}
hr_attendance_byweek()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -42,7 +42,7 @@
</group>
<newline/>
<group expand="0" string="Group By..." colspan="4" col="20">
<filter string="Period" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'period_id'}"/>
<filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period_id'}"/>
</group>
</search>
</field>

View File

@ -52,7 +52,7 @@ class hr_evaluation_plan_phase(osv.osv):
'name': fields.char("Phase", size=64, required=True),
'sequence': fields.integer("Sequence"),
'company_id': fields.related('plan_id', 'company_id', type='many2one', relation='res.company', string='Company', store=True),
'plan_id': fields.many2one('hr_evaluation.plan','Evaluation Plan', required=True, ondelete='cascade'),
'plan_id': fields.many2one('hr_evaluation.plan','Evaluation Plan', ondelete='cascade'),
'action': fields.selection([
('top-down','Top-Down Appraisal Requests'),
('bottom-up','Bottom-Up Appraisal Requests'),

View File

@ -187,10 +187,10 @@
icon="gtk-cancel"/>
<button name="button_plan_in_progress" string="Start Evaluation" states="draft" type="object"
icon="gtk-execute"/>
<button name="button_final_validation" string="Validate Evaluation" states="wait" type="object"
icon="gtk-execute"/>
<button name="button_done" string="Done" states="progress" type="object"
icon="gtk-jump-to"/>
<button name="button_final_validation" string="Validate Evaluation" states="wait" type="object"
icon="gtk-go-forward"/>
</group>
</form>
</field>
@ -383,7 +383,7 @@
<menuitem name="Interview Requests" parent="menu_eval_hr" id="menu_open_hr_evaluation_interview_requests"
action="action_hr_evaluation_interview_tree"/>
<menuitem name="Evaluation Reminders" parent="menu_eval_hr" id="menu_eval_send_mail"
action="action_hr_evaluation_send_mail" sequence="45"/>
action="action_hr_evaluation_send_mail" sequence="45" groups="base.group_hr_manager"/>
<!-- Evaluation Interviews Button on Employee Form -->
<act_window

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,7 @@
<separator orientation="vertical"/>
<filter string="In Progress" icon="terp-camera_test" domain="[('state', '=' ,'wait')]"
help = "In progress Evaluations"/>
<filter string="Final Validation" icon="terp-check" domain="[('state','=','progress')]"
<filter string="Final Validation" icon="terp-camera_test" domain="[('state','=','progress')]"
help = "Final Validation Evaluations"/>
<filter icon="terp-dialog-close" string="Done" domain="[('state','=','done')]"/>
<separator orientation="vertical"/>

View File

@ -27,3 +27,5 @@
"access_survey_question_column_heading_hr_user","survey.question.column.heading.hr.user","survey.model_survey_question_column_heading","base.group_hr_user",1,0,0,0
"access_survey_response_line_hr_user","survey.response.line.hr.user","survey.model_survey_response_line","base.group_hr_user",1,1,1,0
"access_survey_tbl_column_heading_hr_user","survey.tbl.column.heading.hr.user","survey.model_survey_tbl_column_heading","base.group_hr_user",1,1,1,0
"access_base_calendar_attendee_survey_user","base.calendar.calendar.attendee.survey.user","base_calendar.model_calendar_attendee","survey.group_survey_user",1,1,1,0
"access_base_calendar_attendee_tool_user","base.calendar.calendar.attendee.tool.user","base_calendar.model_calendar_attendee","base.group_tool_user",1,1,1,0

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
27 access_survey_question_column_heading_hr_user survey.question.column.heading.hr.user survey.model_survey_question_column_heading base.group_hr_user 1 0 0 0
28 access_survey_response_line_hr_user survey.response.line.hr.user survey.model_survey_response_line base.group_hr_user 1 1 1 0
29 access_survey_tbl_column_heading_hr_user survey.tbl.column.heading.hr.user survey.model_survey_tbl_column_heading base.group_hr_user 1 1 1 0
30 access_base_calendar_attendee_survey_user base.calendar.calendar.attendee.survey.user base_calendar.model_calendar_attendee survey.group_survey_user 1 1 1 0
31 access_base_calendar_attendee_tool_user base.calendar.calendar.attendee.tool.user base_calendar.model_calendar_attendee base.group_tool_user 1 1 1 0

View File

@ -35,8 +35,8 @@
<field name="ref"/>
<field name="amount"/>
<field name="state"/>
<button name="confirm" states="draft" string="Confirm" type="workflow" icon="gtk-apply"/>
<button name="refuse" states="confirm,draft,accepted" string="Refuse" type="workflow" icon="gtk-no"/>
<button name="confirm" states="draft" string="Confirm" type="workflow" icon="gtk-apply" groups="base.group_hr_user,base.group_hr_manager"/>
<button name="refuse" states="confirm,draft,accepted" string="Refuse" type="workflow" icon="gtk-no" groups="base.group_hr_manager"/>
</tree>
</field>
</record>
@ -54,8 +54,8 @@
<field name="name"/>
<field name="amount"/>
<field name="state"/>
<button name="confirm" states="draft" string="Confirm" type="workflow" icon="gtk-apply"/>
<button name="refuse" states="confirm,draft,accepted" string="Refuse" type="workflow" icon="gtk-no"/>
<button name="confirm" states="draft" string="Confirm" type="workflow" icon="gtk-apply" groups="base.group_hr_user,base.group_hr_manager"/>
<button name="refuse" states="confirm,draft,accepted" string="Refuse" type="workflow" icon="gtk-no" groups="base.group_hr_manager"/>
</tree>
</field>
</record>
@ -101,11 +101,11 @@
</field>
<field name="state"/>
<group col="6" colspan="2">
<button name="draft" states="confirm,cancelled" string="Set to Draft" type="workflow" icon="gtk-convert"/>
<button name="draft" states="confirm,cancelled" string="Set to Draft" type="workflow" icon="gtk-convert" groups="base.group_hr_manager"/>
<button name="refuse" states="confirm,accepted" string="Refuse" type="workflow" icon="gtk-no" groups="base.group_hr_manager" />
<button name="confirm" states="draft" string="Confirm" type="workflow" icon="gtk-apply"/>
<button name="invoice" states="accepted" string="Invoice" type="workflow" icon="gtk-go-forward"/>
<button name="validate" states="confirm" string="Approve" type="workflow" icon="gtk-go-forward"/>
<button name="confirm" states="draft" string="Confirm" type="workflow" icon="gtk-apply" groups="base.group_hr_user,base.group_hr_manager"/>
<button name="invoice" states="accepted" string="Invoice" type="workflow" icon="gtk-go-forward" groups="base.group_hr_manager"/>
<button name="validate" states="confirm" string="Approve" type="workflow" icon="gtk-go-forward" groups="base.group_hr_manager"/>
</group>
</page>
<page string="Other Info" groups="base.group_extended">

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 04:32+0000\n"
"Last-Translator: badralkh <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:25+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Mongolian <mn@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: hr_expense
@ -128,7 +128,7 @@ msgstr "Тэмдэглэл"
#. module: hr_expense
#: field:hr.expense.expense,invoice_id:0
msgid "Employee's Invoice"
msgstr ""
msgstr "Ажилтны нэхэмжлэх"
#. module: hr_expense
#: selection:hr.expense.report,state:0
@ -138,7 +138,7 @@ msgstr "Цуцлагдсан"
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "Validation"
msgstr "Батлах"
msgstr "Батламжлах"
#. module: hr_expense
#: selection:hr.expense.report,state:0
@ -153,7 +153,7 @@ msgstr "Зөвшөөрсөн"
#. module: hr_expense
#: view:hr.expense.report:0
msgid " Month "
msgstr ""
msgstr " Сар "
#. module: hr_expense
#: report:hr.expense:0
@ -165,7 +165,7 @@ msgstr "Лавлах"
#. module: hr_expense
#: report:hr.expense:0
msgid "Certified honest and conform,"
msgstr ""
msgstr "Үнэн зөв, зохимжтойг гэрчилж байна"
#. module: hr_expense
#: help:hr.expense.expense,date_confirm:0
@ -173,32 +173,34 @@ msgid ""
"Date of the confirmation of the sheet expense. It's filled when the button "
"Confirm is pressed."
msgstr ""
"Цалингийн хуудсын зардлыг баталсан огноо. Энэ нь 'Батлах' товчийг дарахад "
"бөглөгдөнө."
#. module: hr_expense
#: view:hr.expense.report:0
#: field:hr.expense.report,nbr:0
msgid "# of Lines"
msgstr ""
msgstr "Мөрийн тоо"
#. module: hr_expense
#: model:process.transition,name:hr_expense.process_transition_refuseexpense0
msgid "Refuse expense"
msgstr "Зардлыг хүлээн зөвшөөрөхгүй"
msgstr "Татгалзсан зардал"
#. module: hr_expense
#: model:product.template,name:hr_expense.product_product_expense_car_product_template
msgid "Car Travel"
msgstr ""
msgstr "Машинаар зорчих"
#. module: hr_expense
#: field:hr.expense.report,price_average:0
msgid "Average Price"
msgstr ""
msgstr "Дундаж үнэ"
#. module: hr_expense
#: view:hr.expense.report:0
msgid "Total Invoiced Lines"
msgstr ""
msgstr "Бүх нэхэмжилсэн мөрүүд"
#. module: hr_expense
#: view:hr.expense.expense:0
@ -209,17 +211,17 @@ msgstr "Батлах"
#. module: hr_expense
#: model:process.node,note:hr_expense.process_node_supplierinvoice0
msgid "The accoutant validates the sheet"
msgstr "Нягтлан энэ шийтийг батална."
msgstr "Нягтлан энэ хуудсыг батламжилна"
#. module: hr_expense
#: field:hr.expense.report,delay_valid:0
msgid "Delay to Valid"
msgstr ""
msgstr "Хүчинтэй болох хүртэлх хугацаа"
#. module: hr_expense
#: help:hr.expense.line,sequence:0
msgid "Gives the sequence order when displaying a list of expense lines."
msgstr ""
msgstr "Зардлын мөрүүдийг харахдаа тэдгээрт дарааллыг олгоно."
#. module: hr_expense
#: code:addons/hr_expense/hr_expense.py:0
@ -228,6 +230,8 @@ msgid ""
"Please configure Default Expanse account for Product purchase, "
"`property_account_expense_categ`"
msgstr ""
"Худалдан авч буй барааны 'Өгөгдмөл өсөлт' талбарын тохируулна уу. "
"`property_account_expense_categ`"
#. module: hr_expense
#: field:hr.expense.line,analytic_account:0
@ -239,7 +243,7 @@ msgstr "Аналитик данс"
#. module: hr_expense
#: field:hr.expense.report,date:0
msgid "Date "
msgstr ""
msgstr "Огноо "
#. module: hr_expense
#: field:hr.expense.expense,state:0
@ -278,23 +282,23 @@ msgstr "Зарим үнүүдийг харилцагч дахин нэхэмжи
#: code:addons/hr_expense/hr_expense.py:0
#, python-format
msgid "Error !"
msgstr ""
msgstr "Алдаа !"
#. module: hr_expense
#: view:board.board:0
#: model:ir.actions.act_window,name:hr_expense.action_my_expense
msgid "My Expenses"
msgstr "Миний зардлууд"
msgstr "Миний өөрийн зардлууд"
#. module: hr_expense
#: view:hr.expense.report:0
msgid "Creation Date"
msgstr ""
msgstr "Үүсгэсэн огноо"
#. module: hr_expense
#: model:ir.actions.report.xml,name:hr_expense.hr_expenses
msgid "HR expenses"
msgstr ""
msgstr "Хүний нөөцийн зардлууд"
#. module: hr_expense
#: field:hr.expense.expense,id:0
@ -316,12 +320,12 @@ msgstr "Хүчинтэй журнал"
#: view:hr.expense.report:0
#: field:hr.expense.report,no_of_products:0
msgid "# of Products"
msgstr ""
msgstr "Бүтээгдэхүүний тоо"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "July"
msgstr ""
msgstr "7 сар"
#. module: hr_expense
#: model:process.transition,note:hr_expense.process_transition_reimburseexpense0
@ -341,25 +345,25 @@ msgstr "Дэлгэцийн XML алдаатай!"
#. module: hr_expense
#: constraint:product.template:0
msgid "Error: UOS must be in a different category than the UOM"
msgstr ""
msgstr "Алдаа: Борлуулалтын нэгж нь хэмжилтийн нэгжээс өөр нэр томъёл"
#. module: hr_expense
#: view:hr.expense.report:0
msgid " Month-1 "
msgstr ""
msgstr " Сар 1 "
#. module: hr_expense
#: field:hr.expense.expense,date_valid:0
#: field:hr.expense.report,date_valid:0
msgid "Validation Date"
msgstr ""
msgstr "Батламжилсан огноо"
#. module: hr_expense
#: view:hr.expense.report:0
#: model:ir.actions.act_window,name:hr_expense.action_hr_expense_report_all
#: model:ir.ui.menu,name:hr_expense.menu_hr_expense_report_all
msgid "Expenses Analysis"
msgstr ""
msgstr "Зардлын шинжилгээ"
#. module: hr_expense
#: view:hr.expense.expense:0
@ -379,24 +383,24 @@ msgstr "Зардлын мөрүүд"
#. module: hr_expense
#: field:hr.expense.report,delay_confirm:0
msgid "Delay to Confirm"
msgstr ""
msgstr "Батлах хүртэлх хугацаа"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "September"
msgstr ""
msgstr "9 сар"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "December"
msgstr ""
msgstr "12 сар"
#. module: hr_expense
#: view:hr.expense.expense:0
#: view:hr.expense.report:0
#: field:hr.expense.report,month:0
msgid "Month"
msgstr ""
msgstr "Сар"
#. module: hr_expense
#: field:hr.expense.expense,currency_id:0
@ -408,17 +412,17 @@ msgstr "Валют"
#: code:addons/hr_expense/hr_expense.py:0
#, python-format
msgid "The employee must have a working address"
msgstr ""
msgstr "Ажилтан ажлын хаягтай байх ёстой"
#. module: hr_expense
#: selection:hr.expense.expense,state:0
msgid "Waiting Approval"
msgstr ""
msgstr "Зөвшөөрөл хүлээж байгаа"
#. module: hr_expense
#: model:process.node,note:hr_expense.process_node_draftexpenses0
msgid "Employee encode all his expenses"
msgstr "Ажилчдын бүх зардлыг шифрлэх"
msgstr "Ажилчдын бүх зардлыг бүртгэх"
#. module: hr_expense
#: selection:hr.expense.expense,state:0
@ -430,18 +434,20 @@ msgstr "Нэхэмжилсэн"
#. module: hr_expense
#: field:product.product,hr_expense_ok:0
msgid "Can Constitute an Expense"
msgstr ""
msgstr "Зардлаас харагдахаар тогтоох эсэх"
#. module: hr_expense
#: view:hr.expense.report:0
msgid " Year "
msgstr ""
msgstr " Он "
#. module: hr_expense
#: constraint:product.template:0
msgid ""
"Error: The default UOM and the purchase UOM must be in the same category."
msgstr ""
"Алдаа: Өгөгдмөл хэмжих нэгж ба худалдан авалтын хэмжилт нь 1 ангилалд байх "
"ёстой"
#. module: hr_expense
#: selection:hr.expense.expense,state:0
@ -469,7 +475,7 @@ msgstr "Ноорог"
#. module: hr_expense
#: constraint:ir.ui.menu:0
msgid "Error ! You can not create recursive Menu."
msgstr ""
msgstr "Алдаа ! Рекурс цэсийг үүсгэж болохгүй"
#. module: hr_expense
#: view:hr.expense.expense:0
@ -479,17 +485,17 @@ msgstr "Дансны өгөгдөл"
#. module: hr_expense
#: model:process.transition,note:hr_expense.process_transition_approveexpense0
msgid "Expense is approved."
msgstr "Зөвшөөрсөн зардлууд"
msgstr "Зардлуудыг зөвшөөрлөө"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "August"
msgstr ""
msgstr "8 сар"
#. module: hr_expense
#: model:process.node,note:hr_expense.process_node_approved0
msgid "The direct manager approves the sheet"
msgstr "Менежерийн зөвшөөрлийн хуудас"
msgstr "Хариуцсан байгаа менежер энэ хуудсыг зөвшөөрнө"
#. module: hr_expense
#: field:hr.expense.expense,amount:0
@ -499,7 +505,7 @@ msgstr "Нийт хэмжээ"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "June"
msgstr ""
msgstr "6 сар"
#. module: hr_expense
#: model:process.node,name:hr_expense.process_node_draftexpenses0
@ -509,7 +515,7 @@ msgstr "Ноорог зардлууд"
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "Customer Project"
msgstr ""
msgstr "Үйлчлүүлэгчийн төсөл"
#. module: hr_expense
#: view:hr.expense.expense:0
@ -527,12 +533,12 @@ msgstr "Огноо"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "November"
msgstr ""
msgstr "11 сар"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "October"
msgstr ""
msgstr "10 сар"
#. module: hr_expense
#: report:hr.expense:0
@ -542,7 +548,7 @@ msgstr "Нийт:"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "January"
msgstr ""
msgstr "1 сар"
#. module: hr_expense
#: report:hr.expense:0
@ -557,7 +563,9 @@ msgstr "Ажилтаны зардлын хуудсыг хүчинтэйд то
#. module: hr_expense
#: model:process.node,note:hr_expense.process_node_refused0
msgid "The direct manager refuses the sheet.Reset as draft."
msgstr "Менежер хүлээн зөвшөөрөөгүй зардлыг ноороглож дахин засах"
msgstr ""
"Хариуцсан менежер энэ зардлын хуудсанд татгалзсан хариу өгч, ноорог болгож "
"болно."
#. module: hr_expense
#: model:process.node,name:hr_expense.process_node_supplierinvoice0
@ -573,23 +581,23 @@ msgstr "Зардлын хуудас"
#. module: hr_expense
#: view:hr.expense.report:0
msgid "Waiting"
msgstr ""
msgstr "Хүлээгдэж байгаа"
#. module: hr_expense
#: view:hr.expense.report:0
#: field:hr.expense.report,day:0
msgid "Day"
msgstr ""
msgstr "Өдөр"
#. module: hr_expense
#: model:ir.module.module,shortdesc:hr_expense.module_meta_information
msgid "Human Resources Expenses Tracking"
msgstr "Хүний нөөцийн зардлын мөр"
msgstr "Хүний нөөцийн зардлын хяналт"
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "References"
msgstr ""
msgstr "Хамаарах лавлагаа"
#. module: hr_expense
#: view:hr.expense.expense:0
@ -607,7 +615,7 @@ msgstr "Дахин нэхэмжлэх"
#: view:board.board:0
#: model:ir.actions.act_window,name:hr_expense.action_employee_expense
msgid "All Employee Expenses"
msgstr ""
msgstr "Бүх ажилнты зардал"
#. module: hr_expense
#: constraint:ir.model:0
@ -625,7 +633,7 @@ msgstr "Бусад мэдээлэл"
#. module: hr_expense
#: help:hr.expense.expense,journal_id:0
msgid "The journal used when the expense is invoiced"
msgstr ""
msgstr "Зардлыг нэхэмжлэхэд энэ журнал хэрэглэгдэнэ."
#. module: hr_expense
#: view:hr.expense.expense:0
@ -677,7 +685,7 @@ msgstr "Бүтээгдэхүүн"
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "Expenses of My Department"
msgstr ""
msgstr "Тухайн хэлтсийн зардал"
#. module: hr_expense
#: view:hr.expense.expense:0
@ -689,7 +697,7 @@ msgstr "Тайлбар"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "May"
msgstr ""
msgstr "5 сар"
#. module: hr_expense
#: field:hr.expense.line,unit_quantity:0
@ -699,13 +707,13 @@ msgstr "Тоо хэмжээ"
#. module: hr_expense
#: field:hr.expense.report,no_of_account:0
msgid "# of Accounts"
msgstr ""
msgstr "Дансны тоо"
#. module: hr_expense
#: selection:hr.expense.expense,state:0
#: model:process.node,name:hr_expense.process_node_refused0
msgid "Refused"
msgstr "Гологдсон"
msgstr "Татгалзсан"
#. module: hr_expense
#: report:hr.expense:0
@ -715,19 +723,19 @@ msgstr "реф."
#. module: hr_expense
#: field:hr.expense.report,employee_id:0
msgid "Employee's Name"
msgstr ""
msgstr "Ажилтны нэр"
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "This Month"
msgstr ""
msgstr "Энэ сар"
#. module: hr_expense
#: field:hr.expense.expense,user_valid:0
#: view:hr.expense.report:0
#: field:hr.expense.report,user_id:0
msgid "Validation User"
msgstr "Хэрэглэгч батлах"
msgstr "Батламжилсан хэрэглэгч"
#. module: hr_expense
#: report:hr.expense:0
@ -737,7 +745,7 @@ msgstr "Огноо болон гарын үсэг"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "February"
msgstr ""
msgstr "2 сар"
#. module: hr_expense
#: report:hr.expense:0
@ -747,7 +755,7 @@ msgstr "Нэр"
#. module: hr_expense
#: field:hr.expense.expense,account_move_id:0
msgid "Ledger Posting"
msgstr ""
msgstr "Дэвтэрт бичсэн гүйлгээ"
#. module: hr_expense
#: model:process.transition,note:hr_expense.process_transition_approveinvoice0
@ -757,17 +765,17 @@ msgstr "Нийлүүлэгчийн нэхэмжлэл бүрдүүлэлт"
#. module: hr_expense
#: model:product.template,name:hr_expense.product_product_expense_hotel_product_template
msgid "Hotel Accommodation"
msgstr ""
msgstr "Зочид буудлын байрлах"
#. module: hr_expense
#: selection:hr.expense.report,month:0
msgid "April"
msgstr ""
msgstr "4 сар"
#. module: hr_expense
#: field:hr.expense.line,name:0
msgid "Expense Note"
msgstr ""
msgstr "Зардлын тэмдэглэл"
#. module: hr_expense
#: help:hr.expense.expense,state:0
@ -779,11 +787,18 @@ msgid ""
" If an invoice is made for the expense request, the state is 'Invoiced'.\n"
" If the expense is paid to user, the state is 'Reimbursed'."
msgstr ""
"When the expense request is created the state is 'Draft'.\n"
"Зардлын хүсэлт 'Ноорог' төлөвт үүссэний дара:\n"
"Хэрэглэгч баталбал хүсэлт администраторт 'Зөвшөөрөл хүлээж байгаа' "
"төлөвтэйгөөр шилжинэ. \n"
"Администратор зөвшөөрвөл 'Зөвшөөрсөн' төлөвт шилжинэ.\n"
"Зардлын хүсэлтэд нэхэмжлэх үүсвэл 'Нэхэмжилсэн' төлөвт шилжинэ.\n"
"Зардлыг хэрэглэгчид төлбөл 'Нөхөн төлсөн' төлөвт шилжинэ."
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "Approve"
msgstr ""
msgstr "Зөвшөөрсөн"
#. module: hr_expense
#: view:hr.expense.line:0
@ -794,7 +809,7 @@ msgstr "Нийт"
#. module: hr_expense
#: constraint:ir.rule:0
msgid "Rules are not supported for osv_memory objects !"
msgstr ""
msgstr "osv_memory обьект нь дүрмийг дэмжихгүй"
#. module: hr_expense
#: field:hr.expense.line,sequence:0
@ -823,12 +838,12 @@ msgstr ""
#: view:hr.expense.report:0
#: field:hr.expense.report,year:0
msgid "Year"
msgstr ""
msgstr "Он"
#. module: hr_expense
#: view:hr.expense.expense:0
msgid "To Approve"
msgstr ""
msgstr "Зөвшөөрөх"
#. module: hr_expense
#: help:product.product,hr_expense_ok:0
@ -836,6 +851,8 @@ msgid ""
"Determines if the product can be visible in the list of product within a "
"selection from an HR expense sheet line."
msgstr ""
"Хүний нөөцийн зардлын хуудаснаас бараа сонгоход энэ бараа барааны жагсаалтад "
"харагдах эсэхийг тодорхойлно."
#. module: hr_expense
#: model:process.node,name:hr_expense.process_node_reinvoicing0

View File

@ -66,7 +66,7 @@
<separator orientation="vertical"/>
<filter string="Waiting" icon="terp-gtk-media-pause" domain="[('state', '=' ,'confirm')]"
help = "Confirm Expenses"/>
<filter string="Approved" icon="terp-camera_test" domain="[('state','=','accepted')]"
<filter string="Approved" icon="terp-check" domain="[('state','=','accepted')]"
help = "Approved Expenses"/>
<separator orientation="vertical"/>
<filter string="Invoiced" icon="terp-dolar" domain="[('state','=','invoiced')]"
@ -76,7 +76,7 @@
<field name="department_id"/>
</group>
<newline/>
<group expand="0" string="Extended filters..." groups="base.group_extended">
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="product_id"/>
<separator orientation="vertical"/>
<field name="user_id"/>
@ -95,7 +95,7 @@
<separator orientation="vertical"/>
<filter string="Product" icon="terp-accessories-archiver" context="{'group_by':'product_id'}"/>
<separator orientation="vertical" groups="analytic.group_analytic_accounting"/>
<filter string="Analytic account" icon="terp-folder-violet" context="{'group_by':'analytic_account'}" groups="analytic.group_analytic_accounting"/>
<filter string="Analytic account" icon="terp-folder-green" context="{'group_by':'analytic_account'}" groups="analytic.group_analytic_accounting"/>
<separator orientation="vertical" groups="analytic.group_analytic_accounting"/>
<filter string="State" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>

View File

@ -16,3 +16,4 @@
"access_account_move_user","account.move.user","account.model_account_move","base.group_hr_user",1,1,1,1
"access_account_move_line_user","account.move.line.user","account.model_account_move_line","base.group_hr_user",1,1,1,1
"access_account_analytic_line_user","account.ianalytic.line.user","account.model_account_analytic_line","base.group_hr_user",1,1,1,1
"access_account_journal_period_manager","account.journal.period.manager","account.model_account_journal_period","base.group_hr_manager",1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
16 access_account_move_user account.move.user account.model_account_move base.group_hr_user 1 1 1 1
17 access_account_move_line_user account.move.line.user account.model_account_move_line base.group_hr_user 1 1 1 1
18 access_account_analytic_line_user account.ianalytic.line.user account.model_account_analytic_line base.group_hr_user 1 1 1 1
19 access_account_journal_period_manager account.journal.period.manager account.model_account_journal_period base.group_hr_manager 1 1 1 1

View File

@ -5,7 +5,6 @@
<!-- Casual leave -->
<record model="hr.holidays.status" id="holiday_status_cl">
<field name="name">Casual Leave</field>
<field name="double_validation">True</field>
<field name="color_name">black</field>
</record>

View File

@ -10,8 +10,8 @@
<search string="Search Leave">
<group col='8' colspan='4'>
<filter icon="terp-camera_test" domain="[('state','=','validate')]" string="Validated"
default="context.get('report', False)"/>
<separator orientation="vertical"/>
default="context.get('report', False)"/>
<separator orientation="vertical"/>
<filter icon="terp-check" domain="[('state','=','draft')]" string="To Confirm"/>
<filter icon="terp-camera_test" domain="[('state','=','confirm')]" string="To Approve"/>
<separator orientation="vertical"/>
@ -31,19 +31,19 @@
<field name="holiday_status_id" widget="selection"/>
</group>
<newline/>
<group expand="0" string="Extended options...">
<group expand="0" string="Extended Filters...">
<field name="date_from"/>
<field name="date_to"/>
</group>
<newline />
<group expand="0" string="Group By...">
<filter name="group_employee" string="Employee" icon="terp-personal" domain="[]" context="{'group_by':'employee_id'}"/>
<filter string="Manager" icon="terp-personal" domain="[]" context="{'group_by':'manager_id'}"/>
<filter string="Department" icon="terp-personal+" domain="[]" context="{'group_by':'department_id','set_visible':True}"/>
<filter string="Manager" icon="terp-personal" domain="[]" context="{'group_by':'manager_id'}"/>
<filter string="Department" icon="terp-personal+" domain="[]" context="{'group_by':'department_id','set_visible':True}"/>
<separator orientation="vertical"/>
<filter name="group_type" string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'holiday_status_id'}"
default="context.get('report', False)"/>
<separator orientation="vertical"/>
<separator orientation="vertical"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
</group>
</search>
@ -128,7 +128,7 @@
<notebook colspan="4">
<page string="General">
<field name="holiday_status_id" on_change="onchange_sec_id(holiday_status_id)" context="{'employee_id':employee_id}" />
<field name="department_id"/>
<field name="department_id"/>
<field name="number_of_days_temp"/>
<newline/>
<field name="manager_id"/>
@ -139,10 +139,10 @@
<field name="state" colspan="2"/>
<group colspan="2" col="6">
<button string="Cancel" name="cancel" states="validate,refuse" type="workflow" icon="gtk-cancel" groups="base.group_hr_manager"/>
<button string="Refuse" name="refuse" states="confirm,validate1" type="workflow" icon="gtk-no" groups="base.group_hr_manager"/>
<button string="Confirm" name="confirm" states="draft" type="workflow" icon="gtk-yes" groups="base.group_hr_user,base.group_hr_manager"/>
<button string="Approve" name="validate" states="confirm" type="workflow" icon="gtk-apply" groups="base.group_hr_manager"/>
<button string="Approved" name="second_validate" states="validate1" type="workflow" icon="gtk-apply" groups="base.group_hr_manager"/>
<button string="Refuse" name="refuse" states="confirm,validate1" type="workflow" icon="gtk-no" groups="base.group_hr_manager"/>
<button string="Set to Draft" name="set_to_draft" states="cancel" type="object" icon="gtk-convert" groups="base.group_hr_manager"/>
</group>
</page>
@ -160,7 +160,7 @@
<field name="employee_id"/>
<field name="department_id" invisible="1"/>
<field name="holiday_status_id"/>
<field name="name"/>
<field name="name"/>
<field name="number_of_days" string="Number of Days" sum='Remaining Days'/>
<field name="manager_id" invisible="1"/>
<field name="user_id" invisible="1"/>
@ -217,8 +217,8 @@
<tree colors="red:state in ('refuse');blue:state in (' draft');black:state in ('confirm','validate','validate1');gray:state in ('cancel')" string="Leaves Summary">
<field name="employee_id"/>
<field name="department_id" invisible="1"/>
<field name="type"/>
<field name="name"/>
<field name="type"/>
<field name="name"/>
<field name="number_of_days" string="Number of Days" sum='Remaining Days'/>
<field name="date_from"/>
<field name="date_to"/>
@ -256,7 +256,8 @@
<button string="Cancel" name="cancel" states="validate,refuse,validate1" type="workflow" icon="gtk-cancel" groups="base.group_hr_manager"/>
<button string="Confirm" name="confirm" states="draft" type="workflow" icon="gtk-yes" groups="base.group_hr_user,base.group_hr_manager"/>
<button string="Approve" name="validate" states="confirm" type="workflow" icon="gtk-apply" groups="base.group_hr_manager"/>
<button string="Refuse" name="refuse" states="confirm" type="workflow" icon="gtk-no" groups="base.group_hr_manager"/>
<button string="Approved" name="second_validate" states="validate1" type="workflow" icon="gtk-apply" groups="base.group_hr_manager"/>
<button string="Refuse" name="refuse" states="confirm,validate1" type="workflow" icon="gtk-no" groups="base.group_hr_manager"/>
<button string="Set to Draft" name="set_to_draft" states="cancel" type="object" icon="gtk-convert" groups="base.group_hr_manager"/>
</tree>
</field>
@ -348,6 +349,22 @@
sequence="40"/>
<!-- holidays status -->
<record id="view_holidays_status_filter" model="ir.ui.view">
<field name="name">hr.holidays.status.filter</field>
<field name="model">hr.holidays.status</field>
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Search Leave Type">
<field name="name"/>
<field name="categ_id" widget="selection"/>
<newline/>
<group expand="0" string="Group By...">
<filter string="Meeting Category" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'categ_id'}"/>
</group>
</search>
</field>
</record>
<record model="ir.ui.view" id="edit_holiday_status_form">
<field name="name">hr.holidays.status.form</field>
<field name="model">hr.holidays.status</field>
@ -358,11 +375,23 @@
<field name="name" />
<field name="color_name"/>
<field name="categ_id" widget="selection" groups="base.group_extended"/>
<newline/>
<field name="limit"/>
<field name="double_validation"/>
<field name="active"/>
</group>
<notebook colspan="4">
<page string="Details">
<group name="selection" col="4" colspan="4">
<group colspan="2">
<separator string="Validation" />
<newline/>
<field name="active" />
<newline/>
<field name="double_validation"/>
<newline/>
<field name="limit"/>
</group>
<group name="second" colspan="2"/>
</group>
</page>
</notebook>
</form>
</field>
</record>
@ -376,16 +405,31 @@
<field name="name"/>
<field name="remaining_leaves"/>
<field name="limit" />
<field name="categ_id" invisible="1"/>
</tree>
</field>
</record>
<record id="view_hr_holidays_status_search" model="ir.ui.view">
<field name="name">hr.holidays.status.search</field>
<field name="model">hr.holidays.status</field>
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Leave Type">
<field name="name"/>
<field name="categ_id" widget="selection"/>
</search>
</field>
</record>
<record id="open_view_holiday_status" model="ir.actions.act_window">
<field name="name">Leave Type</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr.holidays.status</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" eval="view_holiday_status_tree"/>
<field name="search_view_id" ref="view_hr_holidays_status_search"/>
</record>
<menuitem sequence="3" id="hr.menu_open_view_attendance_reason_config" parent="hr.menu_hr_configuration" name="Holidays" groups="base.group_hr_manager"/>
@ -410,7 +454,7 @@
<!-- Shortcuts -->
<act_window name="Holidays"
domain="[('type','=','remove')]"
context="{'search_default_employee_id': [active_id]}"
context="{'search_default_employee_id': [active_id]}"
res_model="hr.holidays"
src_model="hr.employee"
view_id ="eval('edit_holiday_new')"

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 08:07+0000\n"
"PO-Revision-Date: 2010-10-28 08:17+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Mongolian <mn@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:28+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: hr_holidays

View File

@ -402,20 +402,25 @@
<field name="inherit_id" ref="hr_holidays.edit_holiday_status_form"/>
<field name="type">form</field>
<field name="arch" type="xml">
<field name="double_validation" position="replace">
<group col="2" colspan="2">
<separator colspan="4" string="Payroll Configurtion"/>
<field name="type"/>
<field name="head_id"/>
<field name="company_id" groups="base.group_multi_company" widget="selection" select="2"/>
<field name="code" readonly="True"/>
</group>
<group col="2" colspan="2">
<separator colspan="4" string="Validation"/>
<field name="double_validation"/>
</group>
</field>
</field>
<xpath expr="//group[@name='selection']" position="replace">
<group colspan="2">
<separator string="Validation" colspan="2"/>
<newline/>
<field name="active" />
<newline/>
<field name="double_validation"/>
<newline/>
<field name="limit"/>
</group>
<group colspan="2">
<separator colspan="2" string="Payroll Configurtion"/><newline/>
<field name="type"/><newline/>
<field name="head_id"/><newline/>
<field name="company_id" groups="base.group_multi_company" widget="selection" select="2"/><newline/>
<field name="code" readonly="True"/>
</group>
</xpath>
</field>
</record>
<!-- End Holiday Status -->
@ -744,7 +749,7 @@
<newline/>
<group expand="0" string="Group By..." colspan="4" col="4" groups="base.group_extended">
<filter string="Based" icon="terp-go-month" domain="[]" context="{'group_by':'base'}"/>
<filter string="Type" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'type'}"/>
<filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
</group>
</search>
</field>
@ -840,8 +845,8 @@
</group>
<newline/>
<group col="8" colspan="4" expand="0" string="Group By...">
<filter string="Type" icon="terp-partner" name="amount_type" context="{'group_by':'amount_type'}"/>
<filter string="Category" name="category_id" icon="terp-go-month" context="{'group_by':'category_id'}"/>
<filter string="Type" icon="terp-stock_symbol-selection" name="amount_type" context="{'group_by':'amount_type'}"/>
<filter string="Category" name="category_id" icon="terp-stock_symbol-selection" context="{'group_by':'category_id'}"/>
</group>
</search>
</field>
@ -910,9 +915,9 @@
</notebook>
<group col="6" colspan="6">
<field name="state"/>
<button name="cancel_sheet" string="Cancel Sheet" states="draft" icon="gtk-cancel" type="object"/>
<button name="confirm_sheet" icon="gtk-apply" string="Confirm Sheet" states="draft" type="object"/>
<button name="set_to_draft" string="Set to Draft" icon="gtk-convert" states="cancel,confirm" type="object"/>
<button name="cancel_sheet" string="Cancel Sheet" states="draft" icon="gtk-cancel" type="object"/>
</group>
</form>
</field>

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-27 06:02+0000\n"
"PO-Revision-Date: 2010-10-28 08:56+0000\n"
"Last-Translator: mra (Open ERP) <mra@tinyerp.com>\n"
"Language-Team: French <fr@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: hr_payroll

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 01:24+0000\n"
"Last-Translator: badralkh <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:59+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Mongolian <mn@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: hr_payroll

View File

@ -45,7 +45,9 @@
<field name="arch" type="xml">
<field name="code" position="after">
<field name="analytic_account_id"/>
<newline/>
<field name="account_id"/>
<newline/>
</field>
</field>
</record>

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 02:06+0000\n"
"Last-Translator: badralkh <Unknown>\n"
"PO-Revision-Date: 2010-10-28 09:29+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Mongolian <mn@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: hr_payroll_account

View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-10-18 17:46+0000\n"
"PO-Revision-Date: 2010-10-28 04:22+0000\n"
"Last-Translator: badralkh <Unknown>\n"
"PO-Revision-Date: 2010-10-28 08:47+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Mongolian <mn@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: 2010-10-28 05:07+0000\n"
"X-Launchpad-Export-Date: 2010-10-29 05:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: hr_recruitment

View File

@ -68,7 +68,7 @@
domain="[('state','=','draft')]"
help = "Draft recruitment"/>
<filter string="In progress"
icon="terp-check"
icon="terp-camera_test"
domain="[('state', '=' ,'open')]"
help = "In progress recruitment"/>
<filter string="Pending"

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