Commit 743ba924 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cleanup: remove 'NO-BREAK SPACE' (U+00A0)

parent b55cee30
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Report à nouveau (solde débiteur) </string> </value> <value> <string>Report à nouveau (solde débiteur)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>CONFEDERATION, FEDERATION, UNION, ASSOCIATIONS AFFILIEES ET SOCIETAIRES </string> </value> <value> <string>CONFEDERATION, FEDERATION, UNION, ASSOCIATIONS AFFILIEES ET SOCIETAIRES</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Autres charges exceptionnelles </string> </value> <value> <string>Autres charges exceptionnelles</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -40,4 +40,4 @@ ...@@ -40,4 +40,4 @@
set quantity unit on invoice lines set quantity unit on invoice lines
2009-06-19 tatuya 2009-06-19 tatuya
 * initial creation so that it enables to create invoices independently * initial creation so that it enables to create invoices independently
\ No newline at end of file \ No newline at end of file
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
Tips: <br>\n Tips: <br>\n
<br>\n <br>\n
<li> You can use this sample file <a href="standard_portal_types_roles.ods"> Consulting.Configurator.Sample.Roles.Configuration.Sheet.ods </a></li> <li> You can use this sample file <a href="standard_portal_types_roles.ods">Consulting.Configurator.Sample.Roles.Configuration.Sheet.ods</a></li>
]]></string> </value> ]]></string> </value>
</item> </item>
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<list> <list>
<tuple> <tuple>
<string>Domain</string> <string>Domain</string>
<string> Domain</string> <string>Domain</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<list> <list>
<tuple> <tuple>
<string>Domain</string> <string>Domain</string>
<string> Domain</string> <string>Domain</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<list> <list>
<tuple> <tuple>
<string>Domain</string> <string>Domain</string>
<string> Domain</string> <string>Domain</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Fix InvoiceTransaction_zSelectMovement. Maximum rows to retrieve is now 100. If there are more simulation movements then the rest is built next building time. * Fix InvoiceTransaction_zSelectMovement. Maximum rows to retrieve is now 100. If there are more simulation movements then the rest is built next building time.
2011-11-04 tatuya 2011-11-04 tatuya
* Add default_tax_rule reference into InvoiceTransaction_selectInvoiceMovement because it was wrongly removed at c7f1a35c1abdb9f93c6353c5024aaa47bf6505e0 when replacing to specify the portal type with the rule reference. * Add default_tax_rule reference into InvoiceTransaction_selectInvoiceMovement because it was wrongly removed at c7f1a35c1abdb9f93c6353c5024aaa47bf6505e0 when replacing to specify the portal type with the rule reference.
2011-10-12 Kazuhiko 2011-10-12 Kazuhiko
* Fix the issue that a Invoice document can wrongly have a needless Root Applied Rule when it is created by Delivery Builder with a site which has many activity nodes. * Fix the issue that a Invoice document can wrongly have a needless Root Applied Rule when it is created by Delivery Builder with a site which has many activity nodes.
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
* Move out old tax and discount system. * Move out old tax and discount system.
2009-07-09 tatuya 2009-07-09 tatuya
* Append Japanese localized invoice style-sheet fixing font setting. To avoid hand modification after printing Japanese invoice. * Append Japanese localized invoice style-sheet fixing font setting. To avoid hand modification after printing Japanese invoice.
2009-07-03 romain 2009-07-03 romain
* Revert latest proxy field library simplification, as the design was not finalized. * Revert latest proxy field library simplification, as the design was not finalized.
...@@ -57,22 +57,22 @@ ...@@ -57,22 +57,22 @@
* the erp5_invoicing is split into three business templates; * the erp5_invoicing is split into three business templates;
'erp5_invoicing', 'erp5_simplified_invoicing' and 'erp5_invoicing', 'erp5_simplified_invoicing' and
'erp5_advanced_invoicing'. 'erp5_advanced_invoicing'.
the erp5_invoicing now only have common invoicing setting. the erp5_invoicing now only have common invoicing setting.
- When you want them to work compatible with previous erp5_invoicing - When you want them to work compatible with previous erp5_invoicing
you just install 'erp5_invoicing' and 'erp5_simplified_invoicing' you just install 'erp5_invoicing' and 'erp5_simplified_invoicing'
- When you want to create invoices independently, - When you want to create invoices independently,
you just install 'erp5_invoicing' and 'erp5_advanced_invoicing'. you just install 'erp5_invoicing' and 'erp5_advanced_invoicing'.
Note: You can not install both 'erp5_simplified_invoicing' and Note: You can not install both 'erp5_simplified_invoicing' and
'erp5_advanced_invoicing' together. They cause conflicts. 'erp5_advanced_invoicing' together. They cause conflicts.
* Move Allowed Content Type  'Discount Line', 'Invoice Line', 'Payment * Move Allowed Content Type 'Discount Line', 'Invoice Line', 'Payment
Condition', Condition',
 'Tax Line' to erp5_simplified_invoicing 'Tax Line' to erp5_simplified_invoicing
* Move Base Category 'specialise' to erp5_simplified_invoicing * Move Base Category 'specialise' to erp5_simplified_invoicing
* Move  Actions  to erp5_simplified_invoicing * Move Actions to erp5_simplified_invoicing
* Move Paths 'purchase_invoice_builder', * Move Paths 'purchase_invoice_builder',
  'purchase_invoice_tax_builder', 'purchase_invoice_transaction_builder' 'purchase_invoice_tax_builder', 'purchase_invoice_transaction_builder'
  'sale_invoice_builder', 'sale_invoice_tax_builder', 'sale_invoice_builder', 'sale_invoice_tax_builder',
  'sale_invoice_transaction_builder' to erp5_simplified_invoicing 'sale_invoice_transaction_builder' to erp5_simplified_invoicing
2009-05-18 yusei 2009-05-18 yusei
* Fix some proxy fields. proxy_listbox_ids had to be copied to new proxified fields but it was not copied. * Fix some proxy fields. proxy_listbox_ids had to be copied to new proxified fields but it was not copied.
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<list> <list>
<tuple> <tuple>
<string>Person</string> <string>Person</string>
<string> Person</string> <string>Person</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
<list> <list>
<tuple> <tuple>
<string>Task Report</string> <string>Task Report</string>
<string> Task Report</string> <string>Task Report</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
<list> <list>
<tuple> <tuple>
<string>Task Report</string> <string>Task Report</string>
<string> Task Report</string> <string>Task Report</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<list> <list>
<tuple> <tuple>
<string>Date</string> <string>Date</string>
<string> asc</string> <string>asc</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<list> <list>
<tuple> <tuple>
<string>Date</string> <string>Date</string>
<string> asc</string> <string>asc</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -17,4 +17,4 @@ ...@@ -17,4 +17,4 @@
* set quantity unit on invoice lines * set quantity unit on invoice lines
2009-06-19 tatuya 2009-06-19 tatuya
 * initial creation, splitting from erp5_invoicing * initial creation, splitting from erp5_invoicing
\ No newline at end of file \ No newline at end of file
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<list> <list>
<tuple> <tuple>
<string>Date</string> <string>Date</string>
<string> asc</string> <string>asc</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<list> <list>
<tuple> <tuple>
<string>Date</string> <string>Date</string>
<string> asc</string> <string>asc</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -69,7 +69,7 @@ subject_list = []\n ...@@ -69,7 +69,7 @@ subject_list = []\n
for item in current_section.WebSection_getDocumentValueList(): # XXX-JPS - this will fail for performance reasons\n for item in current_section.WebSection_getDocumentValueList(): # XXX-JPS - this will fail for performance reasons\n
subject_list.extend([x for x in item.getSubjectList() if not x in subject_list])\n subject_list.extend([x for x in item.getSubjectList() if not x in subject_list])\n
\n \n
## Now, build the object list so that a Listbox can be used to display the results of this script.\n ## Now, build the object list so that a Listbox can be used to display the results of this script.\n
result = []\n result = []\n
\n \n
class Category:\n class Category:\n
......
...@@ -37,7 +37,7 @@ class ScriptConstraint(ConstraintMixin): ...@@ -37,7 +37,7 @@ class ScriptConstraint(ConstraintMixin):
portal_type = 'Script Constraint' portal_type = 'Script Constraint'
def _createConsistencyMessage(self, object_relative_url, message): def _createConsistencyMessage(self, object_relative_url, message):
# XXX If I put in the right place I have TypeError: 'NoneType' object is not callable # XXX If I put in the right place I have TypeError: 'NoneType' object is not callable
from Products.ERP5Type.ConsistencyMessage import ConsistencyMessage from Products.ERP5Type.ConsistencyMessage import ConsistencyMessage
return ConsistencyMessage(self, return ConsistencyMessage(self,
object_relative_url=object_relative_url, object_relative_url=object_relative_url,
......
...@@ -72,9 +72,9 @@ class ERP5AccessTokenExtractionPlugin(BasePlugin): ...@@ -72,9 +72,9 @@ class ERP5AccessTokenExtractionPlugin(BasePlugin):
if token is not None: if token is not None:
token_document = self.getPortalObject().access_token_module.\ token_document = self.getPortalObject().access_token_module.\
_getOb(token, None) _getOb(token, None)
# Access Token should be validated # Access Token should be validated
# Check restricted access of URL # Check restricted access of URL
# Extract login information # Extract login information
if token_document is not None: if token_document is not None:
external_login = None external_login = None
method = token_document._getTypeBasedMethod('getExternalLogin') method = token_document._getTypeBasedMethod('getExternalLogin')
......
...@@ -101,7 +101,7 @@ class ComponentDynamicPackage(ModuleType): ...@@ -101,7 +101,7 @@ class ComponentDynamicPackage(ModuleType):
# When installing ERP5 site, erp5_core_components has not been installed # When installing ERP5 site, erp5_core_components has not been installed
# yet, thus this will obviously failed... # yet, thus this will obviously failed...
# #
# XXX-arnau: Is this needed as it is now done in synchronizeDynamicModules? # XXX-arnau: Is this needed as it is now done in synchronizeDynamicModules?
except AttributeError: except AttributeError:
return {} return {}
......
...@@ -698,7 +698,7 @@ class TestSQLCatalog(ERP5TypeTestCase): ...@@ -698,7 +698,7 @@ class TestSQLCatalog(ERP5TypeTestCase):
# upgrade path from old ZSQLCatalog versions where pre-mapped columns were # upgrade path from old ZSQLCatalog versions where pre-mapped columns were
# used in their select_expression. This must only happen in the # used in their select_expression. This must only happen in the
# "{column: None}" form, as otherwise it's the user explicitely asking for # "{column: None}" form, as otherwise it's the user explicitely asking for
# such alias (which is not strictly invalid). # such alias (which is not strictly invalid).
sql_expression = self.asSQLExpression({'select_dict': { sql_expression = self.asSQLExpression({'select_dict': {
'foo.default': None, 'foo.default': None,
'foo.keyword': 'foo.keyword', 'foo.keyword': 'foo.keyword',
...@@ -708,7 +708,7 @@ class TestSQLCatalog(ERP5TypeTestCase): ...@@ -708,7 +708,7 @@ class TestSQLCatalog(ERP5TypeTestCase):
self.assertFalse('foo.default' in select_dict, select_dict) self.assertFalse('foo.default' in select_dict, select_dict)
self.assertTrue('foo.keyword' in select_dict, select_dict) self.assertTrue('foo.keyword' in select_dict, select_dict)
# Variant: same operation, but this time stripping generates an ambiguity. # Variant: same operation, but this time stripping generates an ambiguity.
# That must be detected and cause a mapping exception. # That must be detected and cause a mapping exception.
self.assertRaises(ValueError, self.asSQLExpression, {'select_dict': { self.assertRaises(ValueError, self.asSQLExpression, {'select_dict': {
'foo.ambiguous_mapping': None, 'foo.ambiguous_mapping': None,
'bar.ambiguous_mapping': None, 'bar.ambiguous_mapping': None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment