[9.0] MIG Improved Name Search
parent
98ea83227b
commit
11a02004da
|
@ -70,7 +70,7 @@ Just type into any related field, such as Customer on a Sale Order.
|
||||||
|
|
||||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
:target: https://runbot.odoo-community.org/runbot/149/8.0
|
:target: https://runbot.odoo-community.org/runbot/149/9.0
|
||||||
|
|
||||||
.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
|
.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
|
||||||
.. branch is "8.0" for example
|
.. branch is "8.0" for example
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
'name': 'Improved Name Search',
|
'name': 'Improved Name Search',
|
||||||
'summary': 'Friendlier search when typing in relation fields',
|
'summary': 'Friendlier search when typing in relation fields',
|
||||||
'version': '8.0.1.0.1',
|
'version': '9.0.1.0.0',
|
||||||
'category': 'Uncategorized',
|
'category': 'Uncategorized',
|
||||||
'website': 'https://odoo-community.org/',
|
'website': 'https://odoo-community.org/',
|
||||||
'author': 'Daniel Reis, Odoo Community Association (OCA)',
|
'author': 'Daniel Reis, Odoo Community Association (OCA)',
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
'data': [
|
'data': [
|
||||||
'views/ir_model.xml',
|
'views/ir_model.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
|
||||||
'depends': [
|
'depends': [
|
||||||
'base',
|
'base',
|
||||||
],
|
],
|
||||||
|
'installable': True,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue