Matjaz Mozetic
7e430dda86
Slovene translation added
10 years ago
Juan Jose Scarafia
fd11b04179
[FIX] mass_editing: onchange method name + ADD crud rule to erp manager
10 years ago
Sandy Carter
be4befb0e5
Tighten type check in domain
Fixes #15
Check that `domain[2]` is `str` because in some cases it's an `int` and `list`
operations don't work on `int`s.
10 years ago
oihane
8f9d943cc9
[ADD] Migrated <mass_editing> for Odoo
10 years ago
Stéphane Bidoul
699c73e595
move all modules to __unported__ on master branch and set installable=False
10 years ago
Sylvain LE GAL
0d50817dff
[REF] 'mass_editing': flake8.
11 years ago
Unknown
bc0f7d3012
Launchpad automatic translations update.
11 years ago
Jose Morales
f3656950a8
[IMP] In 7.0 version of OpenERP it is unnecessary put the type of view when we define it, is why that I remove the tag type in the view to avoid that server shows us a warning
11 years ago
Jairo Llopis
bb629f0adf
Add spanish translation and translation template.
11 years ago
Sabrina Romero
07bed6e790
[IMP] Added one2many handling
12 years ago
Virgil Dupras
aa48b78746
[ENH] Transformed mass.object's model_list char field into a proper m2m field.
12 years ago
Anu Patel
32a74a3ce1
[IMP] mass_editing: Corrections based on the merge comments
12 years ago
Serpent Consulting Services
f40a252219
[ADD] Added mass_editing module compatible to version 7.0
12 years ago
OCA Git Bot
da7cfdc7ca
[ADD] setup.py
7 years ago
Dennis Sluijk
a5324c4bed
[11.0][ADD] easy_switch_user ( #6 )
* [ADD] easy_switch_user
7 years ago
OCA Git Bot
b9be71cf71
[ADD] setup.py
7 years ago
Jordi Ballester Alomar
d05580152f
Merge pull request #1 from etobella/11.0-mig-sequence_check_digit
[11.0] [MIG] sequence_check_digit
7 years ago
Enric Tobella
7953d06ff3
[MIG] sequence_check_digit: Migration to 11.0
7 years ago
Enric Tobella
1f775956e6
[ADD] Sequence check Digit ( #1000 )
* [ADD] Sequence check Digit
* Change of License to LGPL
* Code review
* Reviews
7 years ago
Jordi Ballester Alomar
384024b265
Merge pull request #3 from lmignon/11.0-mig-date_range
[11.0] date_range: Migration to 11.0
7 years ago
Laurent Mignon (ACSONE)
f33b320913
[FIX] date_range: Typo in form wizard
7 years ago
OCA Git Bot
213bb1b68d
[ADD] setup.py
7 years ago
Laurent Mignon (ACSONE)
82f8b2af49
[RFR] Move to server-ux
7 years ago
Laurent Mignon (ACSONE)
657d314dd8
[ADD] setup.py
7 years ago
Laurent Mignon (ACSONE)
d21e9ceae6
[MIG] date_range: Adapt JS to new framework
7 years ago
Enric Tobella
fe3d485aff
[MIG] date_range
7 years ago
mreficent
99877cf7d7
[10.0][FIX][date_range] Periods of one day should be allowed ( #947 )
7 years ago
OCA Transbot
337e2c3391
OCA Transbot updated translations from Transifex
7 years ago
Alexis de Lattre
572f55d9ce
date_range: code fine tuning suggested by Sylvain Garancher
7 years ago
Alexis de Lattre
5251368d25
date_range: don't auto-add '-' after prefix when generating date ranges via wizard
7 years ago
Alexis de Lattre
98e35125ea
date_range: improve 'name' for generator wizard
ir.rule should be active by default
7 years ago
OCA Transbot
a6838321c9
OCA Transbot updated translations from Transifex
8 years ago
Moisés López
18d77c3d46
[REF] date_range: Use 'index' instead of 'select'
8 years ago
OCA Transbot
bce0b9dc63
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
076da18e92
[TEST] date_range: Testing Transifex update
8 years ago
Stéphane Bidoul (ACSONE)
6837472583
[FIX] runbot url in date_range readme
8 years ago
Antonio Esposito
e14738e8dc
[FIX] Updated contributor list
8 years ago
Antonio Esposito
db2a68a3e9
[10.0][MIGRATION] Migrated module 'date_range' to V10
8 years ago
Pedro M. Baeza
8a94b014fc
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
37504183b7
[MIG] Make modules uninstallable
8 years ago
Stéphane Bidoul (ACSONE)
4fd293bc94
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
8429948190
OCA Transbot updated translations from Transifex
9 years ago
Laurent Mignon (ACSONE)
7ced3b75e0
9.0 add date range Sorrento Delivery
* [ADD] Basic structure for the new date range module
* [IMP] Add a basic description into the README
* [IMP] Basic implementation
* [IMP] First working implementation
* [IMP] Improve datamodel
* [ADD] Add basic tests for date.range
* [PEP8]
* [PYLINT]
* [DEL] Remove unused code
* [IMP] Remove unsused dependencies into the JS
* [IMP] Better operator label for date range
* [DEL] Remove unused file
* [IMP] Better user experience by showing the select input only once empty
* [FIX]Try to fix tests that fails only on travis by adding an explicit cast on the daterange methods parameters
* [FIX]Try to fix tests that fails only on travis by adding an explicit cast on the daterange methods parameters
* [FIX]Try to fix tests that fails only on travis by using postgresql 9.4
* [FIX]Try with postgresql 9.2 since the daterange method has appeared in 9.2
* [IMP] Add a limitation into the module description to warm about the minimal version of postgresql to use
* [IMP]Add multi-company rules
* [IMP]Remove unused files
* [FIX] Add missing brackets into JS
* [FIX] Overlap detection when company_id is False
* [IMP] Add default order for date.range
* [IMP] Add date range generator
* [FIX] OE compatibility
* [FIX] Travis
* [IMP] Code cleanup and improves test coverage
* [FIX] Add missing dependency on 'web'
* [PYLINT] remove unused import
* [FIX] Add missing copyright
* [FIX] Limits are included into the range
* [IMP][date_range] Security
* [IMP] Improve module description
* [IMP] Spelling
9 years ago
Pedro M. Baeza
006ae87123
[MIG] Add metafiles
[skip ci]
7 years ago
Pedro M. Baeza
0141535339
Update .travis.yml
7 years ago
Pedro M. Baeza
739de808b0
Merge pull request #2 from StefanRijnhart/upgrade/11.0-base_technical_features
Upgrade/11.0 base technical features
7 years ago
Stefan Rijnhart
2c88d834f2
[RFR] Move to server-ux
7 years ago
Stefan Rijnhart
00e2ed977a
[UPG] 11.0, base_technical_features
7 years ago
OCA Transbot
c99677c16c
OCA Transbot updated translations from Transifex
8 years ago
Stefan Rijnhart (Opener)
d3067b8676
[MIG] base_technical_features -> 10.0 ( #568 )
[MIG] base_technical_features -> 10.0
Using new base model inheritance
8 years ago