dufresnedavid
37626bce76
Fix .travis.yml and fix method get_balance
10 years ago
dufresnedavid
fffd01cb21
Fix the order and remove unused parameter on methods
10 years ago
dufresnedavid
1eb8451f51
Improve the report. The total and paid amounts on each invocie will appear in the same line
10 years ago
dufresnedavid
ebcf344c2f
Fix supplier and partner reports so that supplier report has only payable amounts and partner has only receivable amounts. Both reports have now all amounts in the correct column with the correct sign
10 years ago
dufresnedavid
9f6efbf201
Add missing french translation
10 years ago
dufresnedavid
378bacea00
Add Supplier Aged Statement report
10 years ago
Loïc Faure-Lacroix
4920468bfc
Added a missing br and fixed html formatting
10 years ago
Loïc Faure-Lacroix
4d986a9f30
Include uncessary <br> inside hidden code to prevent trailing brs
10 years ago
Loïc Faure-Lacroix
b80d630eda
Fix translation "Send aged statement"
10 years ago
Loïc Faure-Lacroix
680baefcf0
Fix partner aged statement translation
10 years ago
Loïc Faure-Lacroix
21ecd6e1a9
Translate header
10 years ago
Loïc Faure-Lacroix
94a97f099a
Update french translation
10 years ago
Loïc Faure-Lacroix
05796d13ff
Added translations
10 years ago
Vincent Vinet
63c6cca96d
style fix, copyright missing
10 years ago
Vincent Vinet
650ffe071d
clean page break fix
10 years ago
Vincent Vinet
97d63a205a
prevent extra useless second page
10 years ago
Marc Cassuto
9d79988d4c
account_partner_aged_statement - Minor fixes :
1/ aling-right for cell with amounts
2/ print the line.move_id.name rather than line_id.name which usually provides the information than line_id.ref
10 years ago
Marc Cassuto
8164107ae7
account_partner_aged_statement_webkit: fetch the email's body from the Company's Overdue Message
10 years ago
Vincent Vinet
791cd7323e
change the query based on current partner to get partner lines
10 years ago
Marc Cassuto
f3324bddc5
account_partner_aged_statement_webkit - try to get one partner report per line
10 years ago
Marc Cassuto
66a35a93db
account_partner_aged_statement_webkit - add the following :
* the summary per period
* the list of invoices per period
* the invoices are also shown with the foreign currency
10 years ago
Vincent Vinet
9ff170c3ea
inherit the account module aging report while limiting to a partner
10 years ago
Marc Cassuto
3e392c43d9
account_partner_aged_statement_webkit: clean folder
10 years ago
Marc Cassuto
233a8f4e30
[ADD] new module account_partner_aged_statement
10 years ago
Agathe Mollé
682184f371
[IMP] Improve Aged Partner Balance report
- Add a boolean that allow the user to generate an aged partner balance report with invoice details
- Allow the user to choose the aging method : from Due Date (default) or Invoice Date
9 years ago
Pedro M. Baeza
c56b3efb60
Merge pull request #111 from mdietrichc2c/optimize-last-rec-date
Remove un-optimized "LIMIT 1" from SQL request
9 years ago
Matthieu Dietrich
e33c680225
Remove un-optimized "LIMIT 1" from SQL request
9 years ago
Pedro M. Baeza
8d3e95d482
Merge pull request #100 from kmee/fix_line_overlap
[7.0][FIX] Line overlap
9 years ago
fernandomr
ab1df16687
line overlap fixed
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
df48a6d5a3
Merge pull request #98 from gurneyalex/7.0-fix-runbot-build
[FIX] runbot warnings on 7.0
9 years ago
Alexandre Fayolle
9b2067870f
fix runbot warnings on 7.0
remove type field on ir.ui.view
replace groups field with groups_id on ir.ui.menu
remove object field on ir.values
9 years ago
Leonardo Pistone
1e55ecee14
Merge pull request #97 from gurneyalex/7.0-fix_travis_wkhtmltopdf
Update wkhtmltopdf download url
9 years ago
Alexandre Fayolle
4c68c8bbed
Update wkhtmltopdf download url
don't use sudo to run wget.
closes #94
9 years ago
Pedro M. Baeza
97f8725dd7
Merge pull request #83 from OpenPymeMx/spanish_translations
[IMP] Translations to spanish
10 years ago
Federico Cruz
679c5af250
Translations to spanish
Added spanish translations
Fix spanish translations
Some spanish translations were wrong, this commit fix that translations
Rename the file es_es.po to es.po
10 years ago
Alexandre Fayolle
aaf9a719b0
Update travis configuration
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
10 years ago
Guewen Baconnier
f336b55563
Merge pull request #73 from mdietrichc2c/context-account-reports
Add context to account browse() methods (for translation)
10 years ago
Matthieu Dietrich
d1b32490a6
Add context to account browse() methods (for translation)
10 years ago
Nicolas Bessi (nbessi)
2803f31f45
Merge pull request #66 from acsone/7.0-account_ledger_sum-lga
in general ledger report, the sum is done on wrong column
10 years ago
Alexandre Fayolle
5c7e85a7a2
don't use travis container-based infrastructure
10 years ago
Guewen Baconnier
59f8d507a1
Merge pull request #46 from rschnapka/7.0
german translations with higher coverage
10 years ago
Laetitia Gangloff
c4c15f0e24
update range of empty column before initial balance column
10 years ago
Laetitia Gangloff
f7bf61aab4
in general ledger report, the sum is done on wrong column
10 years ago
Pedro M. Baeza
24af62ede9
Merge pull request #64 from savoirfairelinux/7.0-fix_open_invoices_with_currencies
[FIX][7.0] Sum on wrong column
10 years ago
Loïc Faure-Lacroix
808396f254
Sum on wrong column
10 years ago
Alexandre Fayolle
c24c3a3203
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Rudolf Schnapka
6cdc24cda5
minor refinements in german translation
10 years ago
Pedro M. Baeza
efada99899
Merge pull request #52 from yvaucher/7.0-fix-travis-wkhtmltopdf-url
[FIX] travis wkhtmltopdf download url
10 years ago
Yannick Vaucher
070ba4bec5
[FIX] travis wkhtmltopdf download url
10 years ago
Yannick Vaucher
71b0ce65bd
Merge pull request #45 from savoirfairelinux/7.0_add_supplier_invoice_number_to_xls_gl
[IMP] add supplier invoice number to XLS General Ledger
10 years ago