~banking-addons-team/banking-addons/github-7.0

« back to all changes in this revision

Viewing changes to account_payment_purchase/i18n/fr.po

  • Committer: Stefan Rijnhart
  • Author(s): unknown
  • Date: 2014-06-25 09:19:35 UTC
  • mfrom: (225.1.23)
  • Revision ID: git-v1:7f93d703e87a5254b11a9900b0f0b35b49ec522c
1) Add 4 new modules to handle payment mode and bank accounts:
    - account_payment_partner
    - account_payment_sale
    - account_payment_sale_stock
    - account_payment_purchase

2) Filter the selection of invoices per payment mode.
    Add active field on payment.mode and payment.mode.type.
    Add menu entry for Payment Types.

3) Small code clean-up in the SEPA modules (views, 'state' field on SEPA file objects)

4) Code enhancement in the file account_banking_payment/model/account_payment.py (PEP-8, _prepare_* functions, support for payment lines with move_line_id = False)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Translation of OpenERP Server.
 
2
# This file contains the translation of the following modules:
 
3
#       * account_payment_purchase
 
4
#
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: OpenERP Server 7.0\n"
 
8
"Report-Msgid-Bugs-To: \n"
 
9
"POT-Creation-Date: 2014-02-24 23:09+0000\n"
 
10
"PO-Revision-Date: 2014-02-24 23:09+0000\n"
 
11
"Last-Translator: Alexis de Lattre <alexis.delattre@akretion.com>\n"
 
12
"Language-Team: \n"
 
13
"MIME-Version: 1.0\n"
 
14
"Content-Type: text/plain; charset=UTF-8\n"
 
15
"Content-Transfer-Encoding: \n"
 
16
"Plural-Forms: \n"
 
17
 
 
18
#. module: account_payment_purchase
 
19
#: field:purchase.order,payment_mode_type:0
 
20
msgid "Payment Type"
 
21
msgstr "Type de Paiement"
 
22
 
 
23
#. module: account_payment_purchase
 
24
#: model:ir.model,name:account_payment_purchase.model_purchase_order
 
25
msgid "Purchase Order"
 
26
msgstr "Bon de commande"
 
27
 
 
28
#. module: account_payment_purchase
 
29
#: help:purchase.order,supplier_partner_bank:0
 
30
msgid "Select the bank account of your supplier on which your company should send the payment. This field is copied from the partner and will be copied to the supplier invoice."
 
31
msgstr "Selectionnez le compte bancaire du fournisseur sur lequel votre société devra effectuer le règlement. Ce champ est copié depuis le partenaire et sera recopié sur la facture fournisseur."
 
32
 
 
33
#. module: account_payment_purchase
 
34
#: field:purchase.order,supplier_partner_bank:0
 
35
msgid "Supplier Bank Account"
 
36
msgstr "Compte bancaire du fournisseur"
 
37
 
 
38
#. module: account_payment_purchase
 
39
#: model:ir.model,name:account_payment_purchase.model_stock_picking
 
40
msgid "Picking List"
 
41
msgstr "Bon de livraison"
 
42