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
Rudolf Schnapka
abe99024e0
add german translation
rename template po->pot
10 years ago
Pedro M. Baeza
4a0ca84e20
Merge pull request #48 from mdietrichc2c/remove-account-constraint
Deactivate constraint on account.account (unnecessary if Webkit reports are used)
10 years ago
Matthieu Dietrich
675a433da1
Deactivate constraint on account.account (unnecessary if Webkit reports are used)
10 years ago
Rudolf Schnapka
6b99362ccf
corrections/addition to german translations
10 years ago
Rudolf Schnapka
d9bfc0a934
initial german translation
added some pot-files (where applicable)
10 years ago
Vincent Vinet
b1c9dc503b
allow default order to be overriden with function
10 years ago
Vincent Vinet
456cc0b01e
refac to avoid sql duplication
10 years ago
Vincent Vinet
6680b50cb1
[IMP] add supplier invoice number to XLS General Ledger
10 years ago
Leonardo Pistone
8ca327eea8
Merge pull request #41 from mdietrichc2c/add-account-filter-csv
Add account filter for CSV export
10 years ago
Matthieu Dietrich
ec49e68ee3
Add account filter for CSV export
10 years ago
Alex Comba
c9fb688d69
Merge pull request #29 from guewen/7.0-fix-pylint
Correct Pylint warnings
10 years ago
Guewen Baconnier
2f6f0a3e73
Merge pull request #1 from tafaRU/7.0-fix-flake8
[FIX] 'E501 line too long' errors
10 years ago
Alex Comba
6c7c418c01
[FIX] 'E501 line too long' errors
10 years ago
Guewen Baconnier
0b53f1cbea
Duplicated column
10 years ago
Guewen Baconnier
72075c8b5d
Remove print statements
10 years ago
Guewen Baconnier
ab8e8b8193
W0621(redefined-outer-name)
10 years ago
Guewen Baconnier
0718a96cee
W0622(redefined-builtin)
10 years ago
Guewen Baconnier
e15c376886
W0621(redefined-outer-name) I didn't want to remove the argument on a stable module but I see no reason to have this as an argument
10 years ago
Guewen Baconnier
1de90983b8
W0621(redefined-outer-name) I didn't want to remove the argument on a
stable module but I see no reason to have this as an argument
10 years ago
Guewen Baconnier
8ec90e1844
W0621(redefined-outer-name) I didn't want to remove the argument on a
stable module but I see no reason to have this as an argument
10 years ago
Guewen Baconnier
e81d2ed0ad
W0621(redefined-outer-name) 'fields' redefined, name of the arg was
wrong and an argument was missing
10 years ago
Guewen Baconnier
0b33330ce0
W0622(redefined-builtin) in account_journal_report_xls
10 years ago
moylop260
1e6e881eb0
[REF] auto-fix conventions
10 years ago
Yannick Vaucher
93c95a089b
Merge pull request #21 from StefanRijnhart/7.0-webkit_dutch_translations
[UPD] POT files
10 years ago
Stefan Rijnhart
45347bc3fc
[FIX] Missing msgstr in Pot file for empty msg source
10 years ago
Stefan Rijnhart
4bff782754
[UPD] POT files
ADD] Dutch translations
10 years ago
Stefan Rijnhart (Therp)
a9cdfd0526
Merge pull request #19 from pablocm-aserti/7.0
[IMP] Performance fix on last_rec_date initialization
10 years ago
Pablo
8732d4235e
[FIX] Pep8 - changed tabs for spaces
10 years ago
Pablo
5200c50436
[FIX] Pep8
10 years ago
Pablo
ba90f36223
[IMP] Performance fix on last_rec_date initialization
10 years ago
Leonardo Pistone
522e0a60e7
Merge pull request #17 from lepistone/7.0-fix-default-context
fix default context (and make pylint green)
10 years ago
Leonardo Pistone
c550f40063
fix default context (and make pylint green)
10 years ago
Leonardo Pistone
87f2bad5b6
Merge pull request #5 from acsone/7.0-fix-afr_webkit-test
[IMP] account_financial_report_webkit: in test, work around demo periods...
This is not needed on v8.
10 years ago
Leonardo Pistone
7b272575d3
Merge pull request #12 from acsone/7.0-bug-1312732-lmi
[FIX] Use the migration machinery to initialize default values
closes #14
10 years ago
Laurent Mignon (aka lmi)
6ebcf041c8
[FIX] Use the migration machinery to launch the initialization of the newly created column on account_move_line only on the first installation of the module account_financial_report_webkit
10 years ago
Pedro M. Baeza
9d80c2ef57
Merge pull request #11 from guewen/7.0-export-add-statement
[IMP] account_export_csv: Add name of the bank statement on export of account move lines
10 years ago